Skip to content

Commit

Permalink
commented package-lock.json in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
racnan committed Nov 27, 2023
1 parent 93ad15a commit 912bac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 20

- name: "Install dependencies"
run: npm ci
run: npm i

- name: "Build"
run: npm run re:build
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_modules
dist/
**/**.bs.js
lib/
# yarn
yarn
.pnp.*
.yarn/*
!.yarn/patches
Expand All @@ -16,6 +16,6 @@ lib/
/public/env-config.js
env-config.js
yarn.lock
package-lock.json
# package-lock.json
user_data.sh
*.pem

0 comments on commit 912bac3

Please sign in to comment.