We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be4dba commit 41c324eCopy full SHA for 41c324e
package.json
@@ -28,7 +28,8 @@
28
"watch": "ng build --watch --configuration development",
29
"test": "ng test",
30
"test:ci": "ng test ngx-href --watch=false --code-coverage --no-progress --browsers=ChromeHeadless",
31
- "publish": "ng build ngx-href --configuration production && npm publish ./dist/ngx-href",
+ "publish": "ng build ngx-href --configuration production && npm run copy-files && npm publish ./dist/ngx-href",
32
+ "copy-files": "cp README.md dist/ngx-href && cp LICENSE dist/ngx-href",
33
"prepare": "husky"
34
},
35
"dependencies": {
projects/ngx-href/README.md
0 commit comments