Skip to content

Commit 4d82808

Browse files
Add package-lock.json to ignored files (#8)
1 parent e48fac1 commit 4d82808

File tree

4 files changed

+4
-96
lines changed

4 files changed

+4
-96
lines changed

.github/workflows/deploy-published-releases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
if: steps.cache-dependencies.outputs.cache-hit != 'true'
2626
run: |-
27-
npm ci
27+
npm install
2828
2929
- name: Build package
3030
run: |-

.github/workflows/validations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install dependencies
3131
if: steps.cache-dependencies.outputs.cache-hit != 'true'
32-
run: npm ci
32+
run: npm install
3333

3434
- name: Check dependency vulnerabilities
3535
run: npm audit
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Install dependencies
5353
if: steps.cache-dependencies.outputs.cache-hit != 'true'
54-
run: npm ci
54+
run: npm install
5555

5656
- name: Check compilation errors
5757
run: tsc --noEmit

.openapi-generator-ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
LICENSE
66
README.md
77
.gitignore
8+
package-lock.json

package-lock.json

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)