You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -507,7 +507,8 @@
507
507
"package": "vsce package --githubBranch main --no-dependencies",
508
508
"lint": "eslint --ext .ts .",
509
509
"lint-fix": "eslint --ext .ts . --fix",
510
-
"test": "node ./out/test/runTest.js",
510
+
"pretest": "gulp preTest",
511
+
"test": "node ./dist/test/runTest.js",
511
512
"webpack": "tsc && gulp webpack-dev",
512
513
"webpack-profile": "webpack --profile --json --mode production > webpack-stats.json && echo Use http://webpack.github.io/analyse to analyze the stats",
0 commit comments