We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed82fc commit 1120e5dCopy full SHA for 1120e5d
package.json
@@ -9,7 +9,8 @@
9
"scripts": {
10
"build": "ng build ngx-translate-multi-http-loader --configuration production",
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",
+ "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",
14
"prepare": "husky"
15
},
16
"dependencies": {
projects/multi-http-loader/README.md
0 commit comments