Skip to content

Commit

Permalink
test tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
spgennard committed Nov 11, 2024
1 parent 3a4284f commit 58cd00b
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 @@ -2893,7 +2893,7 @@
"compile-web": "webpack",
"test-compile": "tsc -p ./",
"watch": "tsc -b -w",
"pretest": "npm run compile && npm run lint",
"pretest": "npm run compile && npm run",
"test": "node ./out/test/runTest.js",
"find-deadcode": "./node_modules/.bin/ts-prune | grep -v \"used in module\"",
"open-in-browser": "vscode-test-web -version=stable --browserType=chromium --extensionDevelopmentPath=. ."
Expand Down

0 comments on commit 58cd00b

Please sign in to comment.