We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832ba0b commit 541be25Copy full SHA for 541be25
.github/workflows/integrate.yml
@@ -59,4 +59,4 @@ jobs:
59
continue-on-error: true # Allow this step to fail
60
61
- name: Build demo (ssr)
62
- run: npm run build
+ run: npm run build-ssr
package.json
@@ -4,7 +4,8 @@
4
"scripts": {
5
"start": "ng serve",
6
"start-mobile": "ng serve --host 0.0.0.0",
7
- "build": "ng build ngx-scrollbar-demo",
+ "build": "ng build ngx-scrollbar-demo --ssr=false --prerender=false",
8
+ "build-ssr": "ng build ngx-scrollbar-demo",
9
"watch": "ng build --watch --configuration development",
10
"build-lib": "ng build ngx-scrollbar",
11
"lint-lib": "ng lint ngx-scrollbar",
0 commit comments