Skip to content

Commit 00914ba

Browse files
committed
package.json: removes redundant scripts pretest and watch
1 parent 0b385b3 commit 00914ba

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,8 @@
175175
"scripts": {
176176
"compile": "tsc -p ./",
177177
"lint": "eslint src --ext ts",
178-
"pretest": "npm run compile && npm run lint",
179178
"test": "node ./out/test/runTest.js",
180179
"vscode:prepublish": "npm run compile",
181-
"watch": "tsc -watch -p ./",
182180
"typecheck": "tsc --noEmit"
183181
},
184182
"version": "3.1.9"

0 commit comments

Comments
 (0)