Skip to content

Commit

Permalink
pack scroll-timeline polyfill into ngx-scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Smarthard committed Apr 30, 2024
1 parent c0ea0d9 commit e0bb3e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
with:
recreate: true
path: code-coverage-results.md
continue-on-error: true # Allow this step to fail

- name: Build demo (ssr)
run: npm run build
7 changes: 7 additions & 0 deletions projects/ngx-scrollbar/ng-package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/ngx-scrollbar",
"assets": [
{
"glob": "*",
"input": "./src/assets/",
"output": "assets"
}
],
"lib": {
"entryFile": "src/public-api.ts"
}
Expand Down
2 changes: 2 additions & 0 deletions projects/ngx-scrollbar/src/assets/scroll-timeline-polyfill.js

Large diffs are not rendered by default.

0 comments on commit e0bb3e5

Please # to comment.