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 01c4697 commit e108786Copy full SHA for e108786
package.json
@@ -3,8 +3,8 @@
3
"version": "0.0.0",
4
"scripts": {
5
"build": "ng build",
6
- "build:app": "ng build --baseHref=/ngx-page-scroll/",
7
- "build:lib": "ng build ngx-page-scroll-core && ng build ngx-page-scroll && npm run copy:readme",
+ "build:app": "ng build --configuration production --baseHref=/ngx-page-scroll/",
+ "build:lib": "ng build ngx-page-scroll-core --configuration production && ng build ngx-page-scroll --configuration production && npm run copy:readme",
8
"copy:readme": "copyfiles README.md dist/ngx-page-scroll && copyfiles README.md dist/ngx-page-scroll-core",
9
"commit": "git-cz",
10
"e2e": "ng e2e",
0 commit comments