Skip to content

Commit

Permalink
Reverts back to npm install
Browse files Browse the repository at this point in the history
- There is no package-lock.json comitted, and since the local flow uses several repos, it is not created during local npm install;
  • Loading branch information
joaobispo committed Dec 30, 2024
1 parent 8a4090e commit 951542f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Setup js workspace
run: |
echo '{ "name": "SPeCS Workspace", "type": "module", "workspaces": [ "clava/Clava-JS", "lara-framework/Lara-JS" ] }' > package.json
npm ci
npm install
- name: Build Lara-JS
run: |
Expand Down

0 comments on commit 951542f

Please sign in to comment.