Skip to content

Commit

Permalink
chore(package): copy readme and license files to dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Sep 2, 2019
1 parent 271396c commit d1f0bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"build": "run-s build:*",
"build:lib": "ng build ngx-sweetalert2",
"build:demo": "ng build ngx-sweetalert2-demo",
"build:copy-files": "cp README.md dist/ngx-sweetalert2 && cp LICENSE.txt dist/ngx-sweetalert2",
"test": "run-p test:*",
"test:lib": "ng test ngx-sweetalert2",
"test:demo": "ng test ngx-sweetalert2-demo",
Expand Down

0 comments on commit d1f0bc3

Please sign in to comment.