Skip to content

Commit

Permalink
Merge pull request #63 from mathworks/nightly-insiders
Browse files Browse the repository at this point in the history
run pretest in test-insiders
  • Loading branch information
jdhameli authored Sep 27, 2023
2 parents 03ed758 + 239b350 commit 65e6851
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 65e6851

Please sign in to comment.