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 committed Aug 2, 2024
1 parent 70a292d commit 48aaf64
Show file tree
Hide file tree
Showing 3 changed files with 218 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
213 changes: 213 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 48aaf64

Please sign in to comment.