test: ensure build runs before test
This commit is contained in:
parent
af06e4b94e
commit
617f7ad6ef
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
"build": "tsc",
|
||||
"clean": "ts-node scripts/clean.ts",
|
||||
"prepublishOnly": "npm run clean && npm run build",
|
||||
"pretest": "npm run build",
|
||||
"test": "ts-node --project=test/tsconfig.json test/run-tests.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue