Skip to content

Commit

Permalink
run pretest in test-insiders
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Dhameliya committed Sep 27, 2023
1 parent d4c301b commit 239b350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"lint": "eslint src --ext ts",
"lint:fix": "eslint src --ext ts --fix",
"test": "node ./out/test/runTest.js",
"test-insiders": "node ./out/test/runTest.js --insiders",
"test-insiders": "npm run pretest && node ./out/test/runTest.js --insiders",
"postinstall": "cd server && npm install && cd ..",
"package": "vsce package"
},
Expand Down

0 comments on commit 239b350

Please sign in to comment.