Skip to content

Commit 31cff27

Browse files
author
Cache Hamm
committed
Remove package-lock from version control
1 parent 6a826fd commit 31cff27

File tree

3 files changed

+3
-7589
lines changed

3 files changed

+3
-7589
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: npm ci
27+
- run: npm install
2828
- run: npm run build --if-present
2929
- run: npm test

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ npm-debug.log
44
.idea
55
.DS_Store
66
dist
7-
*.tgz
7+
*.tgz
8+
package-lock.json

0 commit comments

Comments
 (0)