Skip to content

Commit 19bad81

Browse files
build: refactor pretest command (#20)
* test: Use git init in NPM pretest * test: Delete unused pretest script
1 parent 67600ba commit 19bad81

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"vscode:prepublish": "npm run compile",
155155
"compile": "tsc -p ./",
156156
"watch": "tsc -watch -p ./",
157-
"pretest": "npm run compile && ./scripts/pretest.sh",
157+
"pretest": "npm run compile && git init test-temp --quiet",
158158
"test": "node ./out/test/runTest.js"
159159
},
160160
"devDependencies": {

scripts/pretest.sh

-5
This file was deleted.

0 commit comments

Comments
 (0)