Skip to content

Commit

Permalink
Removed use of bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Sep 26, 2024
1 parent 080c4fb commit aed3624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"src/utilities/*"
],
"scripts": {
"bootstrap": "lerna clean --yes && lerna bootstrap",
"setup": "yarn bootstrap",
"bootstrap": "lerna clean --yes && yarn install",
"setup": "yarn install",
"build": "lerna run build",
"build:docs": "lerna run build:docs --stream",
"watch:docs": "lerna run watch:docs --stream",
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm install --global yarn
Once you cloned the repository make sure to bootstrap it (installs all dependencies and more).

```sh
npx lerna bootstrap
yarn install
```

Now you are ready to build all contained modules:
Expand Down

0 comments on commit aed3624

Please sign in to comment.