Skip to content

Commit

Permalink
fix(script): bootstrap script path error (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 committed Jun 7, 2021
1 parent 60382cf commit b8b5bec
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 @@ -3,7 +3,7 @@
"private": true,
"scripts": {
"preinstall": "node ./scripts/preinstall",
"bootstrap": "yarn install --frozen-lockfile && node ./scripts/build-packages",
"bootstrap": "yarn install --frozen-lockfile && node ./scripts/bootstrap/build-packages.js",
"lint": "yarn workspaces run lint",
"storybook": "yarn workspace flat-components storybook",
"start": "node scripts/launch/index.js",
Expand Down

0 comments on commit b8b5bec

Please sign in to comment.