Skip to content

Commit

Permalink
ci(circleci): update install build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurarpit Singh committed Apr 19, 2020
1 parent aa77707 commit 2a4d8d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Expand Up @@ -18,8 +18,7 @@ jobs:
steps:
- checkout
- run: npm ci
- run: npm run install

- run: npm run bootstrap:ci
- *PERSIST_TO_WORKSPACE
test-node12:
docker:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -3,7 +3,8 @@
"private": true,
"license": "MIT",
"scripts": {
"install": "lerna exec --concurrency 1 -- npm ci && lerna link",
"bootstrap": "lerna exec --concurrency 1 -- npm i && lerna link",
"bootstrap:ci": "lerna exec --concurrency 1 -- npm ci && lerna link",
"test:lint": "eslint .",
"test": "lerna run --concurrency 1 test -- -- --config=../../jest.config.js",
"diff": "lerna diff",
Expand Down

0 comments on commit 2a4d8d8

Please sign in to comment.