Skip to content

Commit

Permalink
add package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
con-cis committed Aug 19, 2024
1 parent 9fcc0b5 commit 91dfa3a
Show file tree
Hide file tree
Showing 3 changed files with 9,007 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cache: 'npm'

- name: Install Dependencies
run: npm ci --force
run: npm install --force

- name: Build Release Files
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dist-electron
*.sw?

# lockfile
package-lock.json
# package-lock.json
pnpm-lock.yaml
yarn.lock

Expand Down
Loading

0 comments on commit 91dfa3a

Please sign in to comment.