Skip to content

Commit 14257f9

Browse files
committed
Rename npm script build-docs to docs
1 parent bff4dc7 commit 14257f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "ng serve",
77
"start-prod": "ng serve --prod",
88
"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",
9+
"docs": "ng build --prod && npm run build",
1010
"test": "ng test",
1111
"lint": "ng lint",
1212
"e2e": "ng e2e",

0 commit comments

Comments
 (0)