We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pretest
watch
1 parent 0b385b3 commit 00914baCopy full SHA for 00914ba
1 file changed
package.json
@@ -175,10 +175,8 @@
175
"scripts": {
176
"compile": "tsc -p ./",
177
"lint": "eslint src --ext ts",
178
- "pretest": "npm run compile && npm run lint",
179
"test": "node ./out/test/runTest.js",
180
"vscode:prepublish": "npm run compile",
181
- "watch": "tsc -watch -p ./",
182
"typecheck": "tsc --noEmit"
183
},
184
"version": "3.1.9"
0 commit comments