Skip to content

Commit f8321f1

Browse files
committed
Rebuild sources before testing
1 parent d5742ed commit f8321f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"package": "webpack --mode production --devtool hidden-source-map",
3131
"publish": "vsce publish",
3232
"compile-tests": "tsc -p . --outDir out",
33-
"pretest": "npm run compile-tests && npm run lint",
33+
"pretest": "npm run compile && npm run compile-tests && npm run lint",
3434
"test": "vscode-tmgrammar-test -g tests/support/diff.tmLanguage.json tests/unit/*.test && node ./out/test/runTest.js",
3535
"vscode:prepublish": "npm run package",
3636
"watch": "webpack --mode development --watch",

0 commit comments

Comments
 (0)