Skip to content

Commit

Permalink
Fix pretest hook for clean repo
Browse files Browse the repository at this point in the history
  • Loading branch information
award999 committed Sep 19, 2024
1 parent 7228860 commit 42de497
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 @@ -1275,7 +1275,7 @@
"watch": "tsc --watch",
"lint": "eslint ./ --ext ts && tsc --noEmit",
"format": "prettier --check *.json src test",
"pretest": "npm run compile && find ./assets/test -type d -name '.build' -exec rm -rf {} + && find . -type d -name 'Package.resolved' -exec rm -rf {} + && tsc -p ./",
"pretest": "npm run compile-tests && find ./assets/test -type d -name '.build' -exec rm -rf {} + && find . -type d -name 'Package.resolved' -exec rm -rf {} +",
"test": "vscode-test",
"integration-test": "npm test -- --label integrationTests",
"unit-test": "npm test -- --label unitTests",
Expand Down

0 comments on commit 42de497

Please sign in to comment.