Skip to content

Commit f558f26

Browse files
build: remove bootstrap step, npm natively handles this
1 parent 99d6f74 commit f558f26

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424
- name: Install
2525
run: npm ci
26-
- name: Bootstrap
27-
run: npm run bootstrap
2826
- name: Lint
2927
run: npm run lint
3028
- name: Test

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"yorkie": "^2.0.0"
2727
},
2828
"scripts": {
29-
"bootstrap": "lerna bootstrap --ci",
3029
"prebuild": "rm -rf \"**/node_modules\" && npm ci && lerna bootstrap --ci",
3130
"build": "lerna run build",
3231
"format": "run-p format:*",

0 commit comments

Comments
 (0)