We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcc2dd commit f80f170Copy full SHA for f80f170
package.json
@@ -63,7 +63,7 @@
63
"compile": "webpack --mode none",
64
"watch": "webpack --mode none --watch",
65
"test-compile": "tsc -p ./ && npm run compile",
66
- "test": "node ./out/test/runTest.js"
+ "test": "npm run test-compile && node ./out/test/runTest.js"
67
},
68
"devDependencies": {
69
"@types/glob": "^8.0.0",
0 commit comments