Skip to content

Commit d989f86

Browse files
committed
Run with missing lib installed
1 parent fcebcc6 commit d989f86

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Publish Package to npmjs
22
on:
3-
release:
4-
types: [published]
5-
workflow_dispatch:
3+
# DISABLED
4+
# release:
5+
# types: [published]
6+
# workflow_dispatch:
67

78
jobs:
89
publish:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
key: ${{ hashFiles('scripts/setup.js') }}
3939

4040
- run: npm ci
41+
- run: npm install @rollup/rollup-linux-x64-gnu --force
4142

4243
- name: Set up core files
4344
if: steps.cache-core.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)