Skip to content

Commit

Permalink
feat: add yarn before install
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed May 16, 2022
1 parent 496004d commit 3d3e3f5
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 @@ -5,7 +5,7 @@
"scripts": {
"prepare": "husky install",
"bump-version": "lerna version --conventional-commits --no-push --exact --force-publish",
"build": "yarn tsc && cd build && yarn",
"build": "yarn && yarn tsc && cd build && yarn",
"build:docs": "ts-node ./docs/scripts/generateAwaitedDOM.ts",
"build:dist": "shx rm -rf build-dist && tsc -b tsconfig.dist.json && yarn copy:dist && node prepare-dist.js",
"build:dist-local": "yarn build:dist && cd build-dist && yarn",
Expand Down

0 comments on commit 3d3e3f5

Please sign in to comment.