Skip to content

Commit ee6f0d7

Browse files
Ryan McAfeeRyan McAfee
authored andcommitted
Bugfix: Typescript definitions can now be copied over on Windows
1 parent 7c39493 commit ee6f0d7

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
@@ -109,7 +109,7 @@
109109
"start": "cross-env NODE_ENV=development UV_THREADPOOL_SIZE=100 node ./server",
110110
"test": "cross-env NODE_ENV=test karma start",
111111
"test:watch": "cross-env NODE_ENV=test karma start --no-single-run",
112-
"tsd": "cpx './components/**/*.d.ts' ./lib"
112+
"tsd": "cpx \"./components/**/*.d.ts\" ./lib"
113113
},
114114
"license": "MIT",
115115
"peerDependencies": {

0 commit comments

Comments
 (0)