File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 ."
You can’t perform that action at this time.
0 commit comments