Skip to content

Commit

Permalink
Adds package-lock.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
KSJaay committed May 14, 2024
1 parent 32d0810 commit 6485bcb
Show file tree
Hide file tree
Showing 3 changed files with 10,813 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm ci
- run: npm run build --if-present
- run: npm run test:app
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public/kanban.json
# misc
.DS_Store
*.pem
package-lock.json
yarn.lock

# debug
Expand Down
Loading

0 comments on commit 6485bcb

Please sign in to comment.