Skip to content

Commit fa624ae

Browse files
committed
Update workflow to remove package-lock.json
1 parent 204dc70 commit fa624ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ jobs:
1515
node-version: 22
1616
cache: 'npm'
1717
- run: rm -rf node_modules
18+
- run: rm package-lock.json
1819
- run: npm ci
1920
- run: npm run build

0 commit comments

Comments
 (0)