Skip to content

Commit 1120e5d

Browse files
committed
refactor(README): remove duplicate
1 parent 2ed82fc commit 1120e5d

File tree

2 files changed

+2
-121
lines changed

2 files changed

+2
-121
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
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": {

projects/multi-http-loader/README.md

-120
This file was deleted.

0 commit comments

Comments
 (0)