Skip to content

Commit 8c69562

Browse files
committed
chore(package): do not copy unnecessary files to lib
1 parent 21a3c93 commit 8c69562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"postinstall": "npm run copy-libs",
2727
"update-deps": "npm update",
2828
"postupdate-deps": "npm run copy-libs",
29-
"copy-libs": "cpx \"node_modules/{angular,angular-*,html5-boilerplate}/**/*\" app/lib -C",
29+
"copy-libs": "cpx \"node_modules/{angular,angular-*,html5-boilerplate/dist}/**/*\" app/lib -C",
3030
"prestart": "npm install",
3131
"start": "http-server -a localhost -p 8000 -c-1 ./app",
3232
"pretest": "npm install",

0 commit comments

Comments
 (0)