Skip to content

Commit 39a784b

Browse files
committed
github rollup fix
1 parent cfdd2ee commit 39a784b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ 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
27+
name: Install Rollup Linux dependencies
28+
2529
# Build the project
2630
- run: npm run build
2731
name: Build project

0 commit comments

Comments
 (0)