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.
build-docs
docs
1 parent bff4dc7 commit 14257f9Copy full SHA for 14257f9
package.json
@@ -6,7 +6,7 @@
6
"start": "ng serve",
7
"start-prod": "ng serve --prod",
8
"build": "rm -rf dist/ && node_modules/.bin/ngc -p tsconfig-aot.json && rollup -c rollup.config.js && cp package-dist.json dist/package.json && npm run uglify",
9
- "build-docs": "ng build --prod && npm run build",
+ "docs": "ng build --prod && npm run build",
10
"test": "ng test",
11
"lint": "ng lint",
12
"e2e": "ng e2e",
0 commit comments