Skip to content

Commit 9fa2f20

Browse files
committed
fix type copying
1 parent bed5ccd commit 9fa2f20

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
@@ -68,7 +68,7 @@
6868
"build": "run-s build:*",
6969
"build:clean": "rimraf dist",
7070
"build:dist": "rollup -c ./resources/rollup-config.mjs",
71-
"build:types": "cpy ./type-definitions/immutable.* dist",
71+
"build:types": "cpy \"./type-definitions/immutable.*\" dist",
7272
"build:prepare": "./resources/prepare-dist.sh",
7373
"build:stats": "node ./resources/dist-stats.mjs",
7474
"website:build": "cd website && next build && next-sitemap",

0 commit comments

Comments
 (0)