We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8b055 commit 4776972Copy full SHA for 4776972
.github/workflows/publish-to-npm.yml
@@ -22,8 +22,8 @@ jobs:
22
- run: npm ci --legacy-peer-deps
23
name: Install dependencies
24
25
- # Install Rollup Linux dependencies
26
- - run: npm install @rollup/rollup-linux-x64-gnu --legacy-peer-deps
+ # Install Rollup Linux dependencies (without saving to package.json)
+ - run: npm install --no-save @rollup/rollup-linux-x64-gnu --legacy-peer-deps
27
name: Install Rollup Linux dependencies
28
29
# Build the project
0 commit comments