Skip to content

Commit

Permalink
chore: fix ngh
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Bürk <[email protected]>
  • Loading branch information
Airblader committed Nov 16, 2022
1 parent 3d1cf6a commit c0fb337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"core:release:publish": "yarn core:release:prepare && scripts/publish-release.sh",
"demo:build": "ng build ngqp-demo",
"demo:build:prod": "yarn demo:build --prod",
"demo:release:prepare": "yarn core:build:prod && yarn demo:build:prod --base-href=\"https://tng.github.io/ngqp\" && yarn api-docs:build",
"demo:release:publish": "yarn demo:release:prepare && npx ngh --dir=dist/ngqp-demo --cname=\"tng.github.io/ngqp\"",
"demo:release:prepare": "yarn core:build:prod && yarn demo:build:prod --base-href=\"https://tng.github.io/ngqp/\" && yarn api-docs:build",
"demo:release:publish": "yarn demo:release:prepare && npx ngh --dir=dist/ngqp-demo",
"demo:serve": "ng serve ngqp-demo",
"api-docs:build": "scripts/build-api-docs.sh",
"api-docs:serve": "compodoc -s -d ./dist/ngqp-demo/api-docs",
Expand Down

0 comments on commit c0fb337

Please sign in to comment.