Skip to content

Commit

Permalink
Include example image copy into dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
jannicz committed Dec 2, 2018
1 parent 7b48337 commit 59701c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"build": "ng build",
"build:lib": "ng build --prod icon-sprite",
"build:all": "npm run build:lib && ng build",
"postbuild:lib": "cpr ./README.md ./projects/icon-sprite/README.md -o",
"prebuild:lib": "cpr ./README.md ./projects/icon-sprite/README.md -o",
"postbuild:lib": "cpr ./projects/icon-sprite/svg-icon-sprite-example.png ./dist/ng-svg-icon-sprite/svg-icon-sprite-example.png -o",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
Expand Down

0 comments on commit 59701c1

Please sign in to comment.