Skip to content

Commit b96c876

Browse files
remove lock.json
1 parent 29a870e commit b96c876

File tree

3 files changed

+2
-27059
lines changed

3 files changed

+2
-27059
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
- run: npm ci
29+
- run: npm install
3030
- run: npm test

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ results
2222
npm-debug.log
2323
node_modules
2424
yarn.lock
25+
package-lock.json
2526

2627
src/components/oc.json
2728
src/components/base-component-handlebars/_package

0 commit comments

Comments
 (0)