Skip to content

Commit

Permalink
Fix rollup dependecy for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Kumer authored and janybravo committed Aug 19, 2024
1 parent c51adff commit 7ace13b
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
npm ci
npm run lint
npm run build
- name: Run tests
run: |
Expand Down
210 changes: 210 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,8 @@
"files": [
"dist",
"dist/src/index.d.ts"
]
],
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.19.2"
}
}

0 comments on commit 7ace13b

Please sign in to comment.