Skip to content

Commit

Permalink
chore: run "test" script in "build" script
Browse files Browse the repository at this point in the history
Signed-off-by: Kipras Melnikovas <[email protected]>
  • Loading branch information
kiprasmel committed Apr 10, 2022
1 parent ff995ac commit 173e43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"prebuild": "node ./script/prebuild.js",
"test": "ts-node-dev ./test/run.ts",
"build": "yarn tsc -b",
"build": "yarn test && yarn tsc -b",
"postbuild": "node ./script/postbuild.js",
"prepack": "yarn build"
},
Expand Down

0 comments on commit 173e43c

Please sign in to comment.