-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25e1e1b
commit 10257e7
Showing
3 changed files
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,12 +67,12 @@ jobs: | |
uses: actions/setup-node@v1 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- name: Install global dependencies (lerna, pm2, codecov) | ||
run: npm install -g [email protected] pm2 codecov | ||
- name: Install global dependencies (pm2, codecov) | ||
run: npm install -g pm2 codecov | ||
- name: Install project dependencies | ||
run: npm install | ||
- name: Install package dependencies and build packages | ||
run: lerna bootstrap | ||
run: npm run bootstrap | ||
- name: Create CLI symlink in the global folder | ||
run: npm link | ||
working-directory: packages/cli | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters