Skip to content

Commit 47d814d

Browse files
committed
chore: update bootstrap scripts.
1 parent bbd68ed commit 47d814d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
node-version: 14
1515

1616
- run: npm i npm@7 -g
17-
- run: npm ci
18-
# - run: npm install
19-
- run: npm run hoist
20-
# - run: npm run bootstrap
17+
# - run: npm ci
18+
- run: npm install
19+
# - run: npm run hoist
20+
- run: npm run bootstrap
2121
- run: npm run build
2222
- run: npm run build:website
2323

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"watch:simple": "lerna exec \"tsbb watch --use-vue\" --scope @vue-simple-package/simple",
1010
"watch:base": "lerna exec \"tsbb watch --use-vue\" --scope @vue-simple-package/base",
1111
"prettier": "prettier --write \"**/*.{js,jsx,vue,tsx,ts,less,md,json}\"",
12+
"clean": "lerna clean --yes",
1213
"hoist": "lerna bootstrap --hoist",
13-
"bootstrap": "lerna bootstrap"
14+
"bootstrap": "lerna bootstrap --force-local --no-ci"
1415
},
1516
"author": "jaywcjlove",
1617
"license": "MIT",

0 commit comments

Comments
 (0)