Skip to content

Commit 85af16a

Browse files
committed
fix: force to remove package-lock.json
1 parent 23fcbc3 commit 85af16a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-release-no-provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
install:
2525
type: string
2626
description: 'Install dependencies script'
27-
default: 'npm i --no-package-lock --no-fund --force'
27+
default: 'npm i --no-package-lock --no-fund --force && rm -rf package-lock.json'
2828

2929
action_ref:
3030
type: string

.github/workflows/node-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
install:
2525
type: string
2626
description: 'Install dependencies script'
27-
default: 'npm i --no-package-lock --no-fund --force'
27+
default: 'npm i --no-package-lock --no-fund --force && rm -rf package-lock.json'
2828

2929
action_ref:
3030
type: string

0 commit comments

Comments
 (0)