We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5742ed commit f8321f1Copy full SHA for f8321f1
1 file changed
package.json
@@ -30,7 +30,7 @@
30
"package": "webpack --mode production --devtool hidden-source-map",
31
"publish": "vsce publish",
32
"compile-tests": "tsc -p . --outDir out",
33
- "pretest": "npm run compile-tests && npm run lint",
+ "pretest": "npm run compile && npm run compile-tests && npm run lint",
34
"test": "vscode-tmgrammar-test -g tests/support/diff.tmLanguage.json tests/unit/*.test && node ./out/test/runTest.js",
35
"vscode:prepublish": "npm run package",
36
"watch": "webpack --mode development --watch",
0 commit comments