File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 "scripts" : {
1010 "start" : " npm run test:watch" ,
1111 "copy-libs" : " node tools/copy-libs.js" ,
12- "postinstall" : " npm run copy-libs && opencollective-postinstall || exit 0" ,
12+ "postinstall" : " opencollective-postinstall || exit 0" ,
1313 "*********BUILD********" : " *******************" ,
1414 "prebuild" : " rimraf dist/*" ,
1515 "build" : " rollup -c rollup/rollup.config.mjs --bundleConfigAsCjs && npm run build-schematics" ,
3434 "premerge-lcov" : " mv coverage-refactoring/lcov.info coverage/lcov-refactoring.info" ,
3535 "merge-lcov" : " ./node_modules/.bin/lcov-result-merger 'coverage/lcov-*.info' 'coverage/lcov_merged.info'" ,
3636 "*********PUBLISH********" : " *******************" ,
37- "prepublishOnly" : " npm run build && npm run backup-package-json" ,
37+ "prepublishOnly" : " npm run build && npm run backup-package-json && npm run copy-libs " ,
3838 "postpublish" : " npm run restore-package-json" ,
3939 "*********QUALITY********" : " *******************" ,
4040 "lint" : " eslint src/**/*.ts" ,
You can’t perform that action at this time.
0 commit comments