Skip to content
This repository was archived by the owner on Apr 9, 2018. It is now read-only.

Commit 21543fc

Browse files
committed
update copy script
1 parent 8ccbcde commit 21543fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "npm run clean && npm run ngc && npm run rollup && npm run copy",
77
"clean": "rimraf build dist",
8-
"copy": "copyfiles -e '*.js' 'build/**/*' dist && copyfiles -f src/package.json README.md dist",
8+
"copy": "copyfiles -u 1 -e *.js build/**/* dist && copyfiles -f src/package.json README.md dist",
99
"ngc": "ngc -p tsconfig.json",
1010
"rollup": "rollup build/angular2-esri-loader.js -o dist/angular2-esri-loader.js",
1111
"prepublish": "npm run build",

0 commit comments

Comments
 (0)