Skip to content

Commit

Permalink
feat: remove bootstrap command
Browse files Browse the repository at this point in the history
  • Loading branch information
Emnaghz committed Aug 13, 2024
1 parent b204bb1 commit 8115adc
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 @@ -39,7 +39,7 @@
"scripts": {
"prepare": "husky install",
"clean": "lerna clean",
"bootstrap": "lerna bootstrap",
"bootstrap": "yarn install",
"setup": "lerna clean -y && rm -rf node_modules/ && yarn && lerna bootstrap",
"storybook:react": "lerna run storybook --scope=eazychart-react --stream",
"storybook:vue": "lerna run storybook --scope=eazychart-vue --stream",
Expand Down

0 comments on commit 8115adc

Please sign in to comment.