Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli committed Jan 3, 2025
1 parent 832ba0b commit 541be25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
continue-on-error: true # Allow this step to fail

- name: Build demo (ssr)
run: npm run build
run: npm run build-ssr
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"scripts": {
"start": "ng serve",
"start-mobile": "ng serve --host 0.0.0.0",
"build": "ng build ngx-scrollbar-demo",
"build": "ng build ngx-scrollbar-demo --ssr=false --prerender=false",
"build-ssr": "ng build ngx-scrollbar-demo",
"watch": "ng build --watch --configuration development",
"build-lib": "ng build ngx-scrollbar",
"lint-lib": "ng lint ngx-scrollbar",
Expand Down

1 comment on commit 541be25

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.