Skip to content

Commit 231a3d4

Browse files
committed
build: skip adding references.d.ts to package
fixes NativeScript/nativescript-dev-webpack#101
1 parent bdb356b commit 231a3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compile.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ IOS=ios;
99
copy_package_files() {
1010
cp "$SOURCE_DIR"/package.json "$PACK_DIR"
1111
cp "$SOURCE_DIR"/*.md "$PACK_DIR"
12-
cp "$SOURCE_DIR"/*.d.ts "$PACK_DIR"
12+
rsync -av "$SOURCE_DIR"/*.d.ts --exclude="references.d.ts" "$PACK_DIR"
1313
}
1414

1515
#clean dist folder from previous compilation

0 commit comments

Comments
 (0)