Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore(package): do not copy unnecessary files to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gkalpak committed Nov 15, 2018
1 parent 21a3c93 commit 8c69562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"postinstall": "npm run copy-libs", "postinstall": "npm run copy-libs",
"update-deps": "npm update", "update-deps": "npm update",
"postupdate-deps": "npm run copy-libs", "postupdate-deps": "npm run copy-libs",
"copy-libs": "cpx \"node_modules/{angular,angular-*,html5-boilerplate}/**/*\" app/lib -C", "copy-libs": "cpx \"node_modules/{angular,angular-*,html5-boilerplate/dist}/**/*\" app/lib -C",
"prestart": "npm install", "prestart": "npm install",
"start": "http-server -a localhost -p 8000 -c-1 ./app", "start": "http-server -a localhost -p 8000 -c-1 ./app",
"pretest": "npm install", "pretest": "npm install",
Expand Down

0 comments on commit 8c69562

Please sign in to comment.