File tree Expand file tree Collapse file tree 2 files changed +2
-121
lines changed
projects/multi-http-loader Expand file tree Collapse file tree 2 files changed +2
-121
lines changed Original file line number Diff line number Diff line change 99 "scripts" : {
1010 "build" : " ng build ngx-translate-multi-http-loader --configuration production" ,
1111 "test:ci" : " ng test ngx-translate-multi-http-loader --watch=false --code-coverage --no-progress --browsers=ChromeHeadless" ,
12- "publish" : " ng build ngx-translate-multi-http-loader --configuration production && npm publish ./dist/ngx-translate-multi-http-loader" ,
12+ "publish" : " ng build ngx-translate-multi-http-loader --configuration production && npm run copy-files && npm publish ./dist/ngx-translate-multi-http-loader" ,
13+ "copy-files" : " cp README.md dist/ngx-translate-multi-http-loader && cp LICENSE dist/ngx-translate-multi-http-loader" ,
1314 "prepare" : " husky"
1415 },
1516 "dependencies" : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments