Commit 1ea16922 authored by yann300's avatar yann300

run lerna bootstrap from circleci

parent 92c4768b
...@@ -11,6 +11,7 @@ jobs: ...@@ -11,6 +11,7 @@ jobs:
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout
- run: npm install && npm run bootstrap
- run: cd remix-lib && npm install && npm test - run: cd remix-lib && npm install && npm test
remix-core: remix-core:
...@@ -20,6 +21,7 @@ jobs: ...@@ -20,6 +21,7 @@ jobs:
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout
- run: npm install && npm run bootstrap
- run: cd remix-core && npm install && npm test - run: cd remix-core && npm install && npm test
remix-solidity: remix-solidity:
...@@ -29,6 +31,7 @@ jobs: ...@@ -29,6 +31,7 @@ jobs:
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout
- run: npm install && npm run bootstrap
- run: cd remix-solidity && npm install && npm test - run: cd remix-solidity && npm install && npm test
remix-debug: remix-debug:
...@@ -38,6 +41,7 @@ jobs: ...@@ -38,6 +41,7 @@ jobs:
working_directory: ~/repo working_directory: ~/repo
steps: steps:
- checkout - checkout
- run: npm install && npm run bootstrap
- run: cd remix-debug && npm install && npm test - run: cd remix-debug && npm install && npm test
workflows: workflows:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment