Skip to content

Commit 541be25

Browse files
committed
Update
1 parent 832ba0b commit 541be25

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/integrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
continue-on-error: true # Allow this step to fail
6060

6161
- name: Build demo (ssr)
62-
run: npm run build
62+
run: npm run build-ssr

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"scripts": {
55
"start": "ng serve",
66
"start-mobile": "ng serve --host 0.0.0.0",
7-
"build": "ng build ngx-scrollbar-demo",
7+
"build": "ng build ngx-scrollbar-demo --ssr=false --prerender=false",
8+
"build-ssr": "ng build ngx-scrollbar-demo",
89
"watch": "ng build --watch --configuration development",
910
"build-lib": "ng build ngx-scrollbar",
1011
"lint-lib": "ng lint ngx-scrollbar",

0 commit comments

Comments
 (0)