Skip to content

Commit 173e43c

Browse files
committed
chore: run "test" script in "build" script
Signed-off-by: Kipras Melnikovas <[email protected]>
1 parent ff995ac commit 173e43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"prebuild": "node ./script/prebuild.js",
1313
"test": "ts-node-dev ./test/run.ts",
14-
"build": "yarn tsc -b",
14+
"build": "yarn test && yarn tsc -b",
1515
"postbuild": "node ./script/postbuild.js",
1616
"prepack": "yarn build"
1717
},

0 commit comments

Comments
 (0)