File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
"scripts" : {
10
10
"start" : " npm run test:watch" ,
11
11
"copy-libs" : " node tools/copy-libs.js" ,
12
- "postinstall" : " npm run copy-libs && opencollective-postinstall || exit 0" ,
12
+ "postinstall" : " opencollective-postinstall || exit 0" ,
13
13
"*********BUILD********" : " *******************" ,
14
14
"prebuild" : " rimraf dist/*" ,
15
15
"build" : " rollup -c rollup/rollup.config.mjs --bundleConfigAsCjs && npm run build-schematics" ,
34
34
"premerge-lcov" : " mv coverage-refactoring/lcov.info coverage/lcov-refactoring.info" ,
35
35
"merge-lcov" : " ./node_modules/.bin/lcov-result-merger 'coverage/lcov-*.info' 'coverage/lcov_merged.info'" ,
36
36
"*********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 " ,
38
38
"postpublish" : " npm run restore-package-json" ,
39
39
"*********QUALITY********" : " *******************" ,
40
40
"lint" : " eslint src/**/*.ts" ,
You can’t perform that action at this time.
0 commit comments