Skip to content

Commit

Permalink
chore: bootstrap ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Sep 19, 2018
1 parent 6f01507 commit 215e48a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"docs": "cd website && docusaurus-build",
"docs:serve": "cd website && docusaurus-start",
"clear-all": "rimraf package-lock.json packages/*/node_modules packages/*/package-lock.json",
"bootstrap:lerna": "lerna bootstrap --npm-client=yarn",
"bootstrap:ci": "lerna bootstrap -- --ignore-engines",
"bootstrap:ci": "lerna bootstrap --npm-client=yarn",
"bootstrap:lerna": "lerna bootstrap -- --ignore-engines",
"bootstrap": "npm-run-all clear-all bootstrap:lerna",
"build": "lerna run build",
"build:docs": "node ./build/docs.js",
Expand Down

0 comments on commit 215e48a

Please sign in to comment.