Skip to content

Commit d8f2780

Browse files
committed
fix(demo): fix demo build
1 parent eb17dcd commit d8f2780

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"gulp": "gulp",
1616
"conventional-changelog": "conventional-changelog",
1717
"start": "ng serve",
18-
"build": "ng build",
18+
"build": "ng build ngx-admin-demo",
1919
"build:prod": "npm run build -- --configuration production --aot",
20-
"build:demo:prod": "npm run build -- --prod --aot --base-href /ngx-admin/",
20+
"build:demo:prod": "npm run build -- --configuration production --aot --base-href /ngx-admin/",
2121
"test": "ng test",
2222
"test:coverage": "rimraf coverage && npm run test -- --code-coverage",
2323
"lint": "ng lint",
@@ -28,7 +28,7 @@
2828
"e2e": "ng e2e",
2929
"docs": "compodoc -p src/tsconfig.app.json -d docs",
3030
"docs:dirs": "gulp create-docs-dirs",
31-
"docs:prod": "npm run build -- docs --configuration production --aot --aot --base-href /ngx-admin/",
31+
"docs:prod": "npm run build -- docs --configuration production --aot --base-href /ngx-admin/",
3232
"docs:build": "npm-run-all docs:prod docs:dirs",
3333
"docs:serve": "npm start -- docs --port 4100",
3434
"docs:gh-pages": "ts-node -P ./scripts/docs/tsconfig.json ./scripts/docs/build-docs.ts",

0 commit comments

Comments
 (0)