File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "demo:build" : " ng build ngqp-demo" ,
1111 "demo:build:prod" : " yarn demo:build --prod" ,
1212 "demo:serve" : " ng serve ngqp-demo" ,
13- "schematics:build" : " sh scripts/build-schematics.sh" ,
13+ "schematics:build" : " scripts/build-schematics.sh" ,
1414 "changelog:build" : " cd projects/ngqp/core && standard-version --infile ../../../CHANGELOG.md" ,
15- "release" : " sh scripts/release.sh" ,
15+ "release" : " scripts/release.sh" ,
1616
1717 "//publish:demo" : " yarn build:core && ng build ngqp-demo --prod --base-href=\" https://Airblader.github.io/ngqp/\" && npx ngh --dir=dist/ngqp-demo"
1818 },
Original file line number Diff line number Diff line change @@ -8,5 +8,4 @@ yarn run changelog:build || exit 1
88yarn run core:build || exit 1
99yarn run schematics:build || exit 1
1010
11- # TODO Why does this not work?
1211cd dist/ngqp/core && npm publish
You can’t perform that action at this time.
0 commit comments