Skip to content

Commit

Permalink
build: remove bootstrap step, npm natively handles this
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Sep 16, 2022
1 parent 8287d55 commit ea23b9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm ci
- name: Bootstrap
run: npm run bootstrap
- name: Lint
run: npm run lint
- name: Test
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"yorkie": "^2.0.0"
},
"scripts": {
"bootstrap": "lerna bootstrap --ci",
"prebuild": "rm -rf \"**/node_modules\" && npm ci && lerna bootstrap --ci",
"build": "lerna run build",
"format": "run-p format:*",
Expand Down

0 comments on commit ea23b9e

Please sign in to comment.