Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Add package-lock json (#3951)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored Oct 26, 2023
1 parent f5abcc4 commit 1aa2e87
Show file tree
Hide file tree
Showing 4 changed files with 39,842 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ runs:
run: npm run clean
- name: Install Dependencies
shell: bash
run: npm install
run: npm ci
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ logs
node_modules
npm-debug.log*
pids
package-lock.json
packages/**/package-lock.json
reports
screenshots
target
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package-lock=false
package-lock=true
node-options=--max_old_space_size=2048
legacy-peer-deps=true
Loading

0 comments on commit 1aa2e87

Please sign in to comment.