Skip to content

Commit 42de497

Browse files
committed
Fix pretest hook for clean repo
1 parent 7228860 commit 42de497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@
12751275
"watch": "tsc --watch",
12761276
"lint": "eslint ./ --ext ts && tsc --noEmit",
12771277
"format": "prettier --check *.json src test",
1278-
"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 ./",
1278+
"pretest": "npm run compile-tests && find ./assets/test -type d -name '.build' -exec rm -rf {} + && find . -type d -name 'Package.resolved' -exec rm -rf {} +",
12791279
"test": "vscode-test",
12801280
"integration-test": "npm test -- --label integrationTests",
12811281
"unit-test": "npm test -- --label unitTests",

0 commit comments

Comments
 (0)