Skip to content

Commit

Permalink
fix: copy README to src/ before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte committed Apr 29, 2019
1 parent 9e0d39f commit 2ff22ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"packagr": "ng-packagr -p src/package.json",
"packagr": "cp README.md src && ng-packagr -p src/package.json",
"semantic-release": "cd dist && semantic-release; cd ..",
"travis-deploy-once": "travis-deploy-once"
},
Expand Down

0 comments on commit 2ff22ba

Please sign in to comment.