We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8715fb5 commit 8af9eccCopy full SHA for 8af9ecc
1 file changed
package.json
@@ -20,7 +20,7 @@
20
"prepare:build": "rimraf .angular dist tmp && cp ./README.md ./LICENSE projects/angularx-qrcode/",
21
"build": "npm run prepare:build && ng build --project angularx-qrcode --configuration production",
22
"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 ../../",
+ "publish": "node -e \"console.log('Publishing is only available via github. See .github/publish.yml')\"",
24
"ci:build:lib": "ng build --project angularx-qrcode --configuration production",
25
"ci:build:app": "ng build --project demo-app --configuration production --base-href=/angularx-qrcode/",
26
"format": "prettier --write ."
0 commit comments