Skip to content

Commit dec2d0f

Browse files
committed
fix(docs): Build API docs after demo project
1 parent 3a79647 commit dec2d0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"schematics:build": "scripts/build-schematics.sh",
1414
"demo:build": "ng build ngqp-demo",
1515
"demo:build:prod": "yarn demo:build --prod",
16-
"demo:release:prepare": "yarn core:build && yarn api-docs:build && yarn demo:build:prod --base-href=\"https://www.ngqp.io\"",
16+
"demo:release:prepare": "yarn core:build && yarn demo:build:prod --base-href=\"https://www.ngqp.io\" && yarn api-docs:build",
1717
"demo:release:publish": "yarn demo:release:prepare && npx ngh --dir=dist/ngqp-demo --cname=\"www.ngqp.io\"",
1818
"demo:serve": "ng serve ngqp-demo",
1919
"api-docs:build": "scripts/build-api-docs.sh",

0 commit comments

Comments
 (0)