Skip to content

Commit

Permalink
fix(demo): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
denStrigo committed Oct 25, 2023
1 parent 53be674 commit 2ef7f9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"e2e": "ng e2e",
"docs": "compodoc -p src/tsconfig.app.json -d docs",
"docs:dirs": "gulp create-docs-dirs",
"docs:prod": "npm run build -- docs --prod --aot --base-href /ngx-admin/",
"docs:prod": "npm run build -- docs --configuration production --aot --aot --base-href /ngx-admin/",
"docs:build": "npm-run-all docs:prod docs:dirs",
"docs:serve": "npm start -- docs --port 4100",
"docs:gh-pages": "ts-node -P ./scripts/docs/tsconfig.json ./scripts/docs/build-docs.ts",
Expand Down

0 comments on commit 2ef7f9f

Please sign in to comment.