-
-
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
78f62dc
commit c798cae
Showing
47 changed files
with
12,842 additions
and
95,072 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 |
---|---|---|
|
@@ -31,10 +31,10 @@ jobs: | |
node-version: ${{ matrix.node-version }} | ||
- name: Use npm version 9.6 | ||
run: npm install -g [email protected] | ||
- name: Install project dependencies | ||
- name: Install project and package dependencies | ||
run: npm install | ||
- name: Install package dependencies and build packages | ||
run: npm run bootstrap | ||
- name: Build packages | ||
run: npx lerna run build | ||
- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"lerna": "2.4.0", | ||
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "4.4.0" | ||
"version": "4.4.0", | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.