Commit 1ea16922 authored by yann300's avatar yann300

run lerna bootstrap from circleci

parent 92c4768b
......@@ -11,6 +11,7 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-lib && npm install && npm test
remix-core:
......@@ -20,6 +21,7 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-core && npm install && npm test
remix-solidity:
......@@ -29,6 +31,7 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-solidity && npm install && npm test
remix-debug:
......@@ -38,6 +41,7 @@ jobs:
working_directory: ~/repo
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-debug && npm install && npm test
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