fix pretest script
This commit is contained in:
parent
ed1b66e378
commit
4b3f9b9013
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
"build:node": "rimraf node/pkg && npm run wasm-pack -- --target nodejs -d node/pkg && npm run clean-node-pkg",
|
||||
"clean-pkg": "find pkg/* | grep -P \"^.*\\.(md|d\\.ts)$\" | xargs rm",
|
||||
"clean-node-pkg": "find node/pkg/* | grep -P \"^.*\\.(md|d\\.ts)$\" | xargs rm",
|
||||
"pretest": "npm run setup",
|
||||
"pretest": "npm run setup && npm run build:node",
|
||||
"test": "mocha --require esm --recursive tests"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue