Skip to content

Commit b2435af

Browse files
committed
fix(other): Make scripts executable and let the shebang do its work
1 parent 131508b commit b2435af

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
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
},

scripts/build-schematics.sh

100644100755
File mode changed.

scripts/release.sh

100644100755
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ yarn run changelog:build || exit 1
88
yarn run core:build || exit 1
99
yarn run schematics:build || exit 1
1010

11-
# TODO Why does this not work?
1211
cd dist/ngqp/core && npm publish

0 commit comments

Comments
 (0)