We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff995ac commit 173e43cCopy full SHA for 173e43c
package.json
@@ -11,7 +11,7 @@
11
"scripts": {
12
"prebuild": "node ./script/prebuild.js",
13
"test": "ts-node-dev ./test/run.ts",
14
- "build": "yarn tsc -b",
+ "build": "yarn test && yarn tsc -b",
15
"postbuild": "node ./script/postbuild.js",
16
"prepack": "yarn build"
17
},
0 commit comments