Skip to content

Commit

Permalink
Run yarn install in prepack script
Browse files Browse the repository at this point in the history
  • Loading branch information
yejia-stripe committed Sep 6, 2022
1 parent dc6893e commit 4f6fe91
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 @@ -58,7 +58,7 @@
"scripts": {
"build": "tsc -p tsconfig.json",
"clean": "rm -rf ./.nyc_output ./node_modules/.cache ./coverage ./lib",
"prepack": "yarn build",
"prepack": "yarn install && yarn build",
"mocha": "nyc mocha --config=test/.mocharc.js",
"mocha-only": "mocha --config=test/.mocharc.js",
"test": "yarn build && yarn test-typescript && yarn mocha",
Expand Down

0 comments on commit 4f6fe91

Please sign in to comment.