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 9
9
"scripts" : {
10
10
"build" : " ng build ngx-translate-multi-http-loader --configuration production" ,
11
11
"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" ,
13
14
"prepare" : " husky"
14
15
},
15
16
"dependencies" : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments