diff --git a/package.json b/package.json index d8c1a91..580b876 100644 --- a/package.json +++ b/package.json @@ -17,11 +17,11 @@ "scripts": { "compile": "tsc -p ./", "lint": "eslint src --ext ts", + "prepare": "husky", "pretest": "npm run compile && npm run lint", "test": "vscode-test", "vscode:prepublish": "npm run compile", - "watch": "tsc -watch -p ./", - "prepare": "husky" + "watch": "tsc -watch -p ./" }, "contributes": { "commands": [