Skip to content

Commit 4776972

Browse files
committed
not saving linux dep rollup in workflow
1 parent fd8b055 commit 4776972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-npm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- run: npm ci --legacy-peer-deps
2323
name: Install dependencies
2424

25-
# Install Rollup Linux dependencies
26-
- run: npm install @rollup/rollup-linux-x64-gnu --legacy-peer-deps
25+
# Install Rollup Linux dependencies (without saving to package.json)
26+
- run: npm install --no-save @rollup/rollup-linux-x64-gnu --legacy-peer-deps
2727
name: Install Rollup Linux dependencies
2828

2929
# Build the project

0 commit comments

Comments
 (0)