Skip to content

Commit fe6f761

Browse files
committed
Fix copyfiles
1 parent d65bb29 commit fe6f761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"build": "tsc",
9-
"postbuild": "copyfiles --exclude .ts$ --exclude .js$ --up 1 src/**/* dist"
9+
"postbuild": "copyfiles --exclude src/**/*.{ts,js} --up 1 src/**/* dist"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)