Skip to content

Commit 41c324e

Browse files
committed
refactor(README): remove duplicate
1 parent 0be4dba commit 41c324e

File tree

2 files changed

+2
-228
lines changed

2 files changed

+2
-228
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"watch": "ng build --watch --configuration development",
2929
"test": "ng test",
3030
"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",
31+
"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",
3233
"prepare": "husky"
3334
},
3435
"dependencies": {

projects/ngx-href/README.md

Lines changed: 0 additions & 227 deletions
This file was deleted.

0 commit comments

Comments
 (0)