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

Add package-lock json #3951

Merged
merged 8 commits into from
Oct 26, 2023
Merged
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
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
Loading