We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed5ccd commit 9fa2f20Copy full SHA for 9fa2f20
package.json
@@ -68,7 +68,7 @@
68
"build": "run-s build:*",
69
"build:clean": "rimraf dist",
70
"build:dist": "rollup -c ./resources/rollup-config.mjs",
71
- "build:types": "cpy ./type-definitions/immutable.* dist",
+ "build:types": "cpy \"./type-definitions/immutable.*\" dist",
72
"build:prepare": "./resources/prepare-dist.sh",
73
"build:stats": "node ./resources/dist-stats.mjs",
74
"website:build": "cd website && next build && next-sitemap",
0 commit comments