Skip to content

Commit 8af9ecc

Browse files
committed
chore: how to publish angularx-qrcode
1 parent 8715fb5 commit 8af9ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"prepare:build": "rimraf .angular dist tmp && cp ./README.md ./LICENSE projects/angularx-qrcode/",
2121
"build": "npm run prepare:build && ng build --project angularx-qrcode --configuration production",
2222
"build:demo": "ng build --project demo-app",
23-
"publish": "rm -rf node_modules && npm install && npm run build && cd dist/angularx-qrcode && npm publish && cd ../../",
23+
"publish": "node -e \"console.log('Publishing is only available via github. See .github/publish.yml')\"",
2424
"ci:build:lib": "ng build --project angularx-qrcode --configuration production",
2525
"ci:build:app": "ng build --project demo-app --configuration production --base-href=/angularx-qrcode/",
2626
"format": "prettier --write ."

0 commit comments

Comments
 (0)