Skip to content

Commit 98b459b

Browse files
committed
Fix pretest hook for clean repo
1 parent fed3ed5 commit 98b459b

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 && del-cli ./assets/test/**/.build && tsc -p ./",
1278+
"pretest": "npm run compile-tests && del-cli ./assets/test/**/.build && tsc -p ./",
12791279
"test": "vscode-test",
12801280
"integration-test": "npm test -- --label integrationTests",
12811281
"unit-test": "npm test -- --label unitTests",

0 commit comments

Comments
 (0)