Skip to content

Use NPM workspace #7356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version-file: .nvmrc

- name: Get artifact dir name
Expand Down Expand Up @@ -401,6 +402,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version-file: .nvmrc

- name: NPM install
Expand Down Expand Up @@ -461,6 +463,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version-file: .nvmrc

- name: Download artifacts
Expand Down Expand Up @@ -495,6 +498,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version-file: .nvmrc
registry-url: https://registry.npmjs.org # Needed to make auth work for publishing

Expand Down
3 changes: 2 additions & 1 deletion analysis/examples/example-project/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
lib
.merlin
.merlin
package-lock.json
16 changes: 0 additions & 16 deletions analysis/examples/example-project/package-lock.json

This file was deleted.

3 changes: 2 additions & 1 deletion analysis/examples/larger-project/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/node_modules
/lib
/lib
package-lock.json
192 changes: 0 additions & 192 deletions analysis/examples/larger-project/package-lock.json

This file was deleted.

1 change: 1 addition & 0 deletions analysis/examples/workspace-project/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ lib
.merlin
.bsb.lock
/node_modules/
package-lock.json
14 changes: 0 additions & 14 deletions analysis/examples/workspace-project/package-lock.json

This file was deleted.

Loading
Loading