Skip to content

Commit 7ace13b

Browse files
Jan Kumerjanybravo
Jan Kumer
authored andcommitted
Fix rollup dependecy for build
1 parent c51adff commit 7ace13b

File tree

3 files changed

+215
-1
lines changed

3 files changed

+215
-1
lines changed

.github/workflows/on_push.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
run: |
2222
npm ci
2323
npm run lint
24+
npm run build
2425
2526
- name: Run tests
2627
run: |

package-lock.json

+210
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,8 @@
8888
"files": [
8989
"dist",
9090
"dist/src/index.d.ts"
91-
]
91+
],
92+
"optionalDependencies": {
93+
"@rollup/rollup-linux-x64-gnu": "^4.19.2"
94+
}
9295
}

0 commit comments

Comments
 (0)