Skip to content

Commit

Permalink
chore: remove lerna bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
walle233 committed Apr 12, 2022
1 parent ecbf75f commit dbd4078
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ docker-compose up
# install dependencies
npm install

# bootstrap packages
npx lerna bootstrap

# build & watch packages
npm run build && npm run watch

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
},
"scripts": {
"install": "lerna exec npm install --parallel",
"install-dev": "lerna bootstrap",
"build": "lerna run build --parallel",
"watch": "lerna run watch --parallel",
"prepublishOnly": "npm run build",
Expand Down Expand Up @@ -58,4 +57,4 @@
"dependencies": {
"dotenv": "^10.0.0"
}
}
}

0 comments on commit dbd4078

Please sign in to comment.