We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65bb29 commit fe6f761Copy full SHA for fe6f761
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"types": "dist/index.d.ts",
7
"scripts": {
8
"build": "tsc",
9
- "postbuild": "copyfiles --exclude .ts$ --exclude .js$ --up 1 src/**/* dist"
+ "postbuild": "copyfiles --exclude src/**/*.{ts,js} --up 1 src/**/* dist"
10
},
11
"repository": {
12
"type": "git",
0 commit comments