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

Commit 68e28f9

Browse files
switch copy script from an exclusion to an inclusion structure
1 parent 21543fc commit 68e28f9

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 -u 1 -e *.js build/**/* dist && copyfiles -f src/package.json README.md dist",
8+
"copy": "copyfiles -u 1 \"build/**/*{.d.ts,.js.map,.metadata.json}\" 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)