summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar 木杉 <zhmushan@qq.com> 2021-05-18 06:52:11 +0800
committerGravatar GitHub <noreply@github.com> 2021-05-17 17:52:11 -0500
commitcce8ac72e0b2cc169bca8017ee4e515b9e2bd552 (patch)
tree4d4ca39a13cd4ed5e775d6b85f13470f9d768e16 /packages/create-astro
parentd6cedac38e25fbec8425e020c16393fd70f0adf6 (diff)
downloadastro-cce8ac72e0b2cc169bca8017ee4e515b9e2bd552.tar.gz
astro-cce8ac72e0b2cc169bca8017ee4e515b9e2bd552.tar.zst
astro-cce8ac72e0b2cc169bca8017ee4e515b9e2bd552.zip
Make Astro compatible with Windows (#215)
Diffstat (limited to 'packages/create-astro')
-rw-r--r--packages/create-astro/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index 584e9514e..a7e61871d 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -10,7 +10,7 @@
},
"scripts": {
"build": "astro-scripts build src/index.tsx",
- "postbuild": "astro-scripts copy 'src/templates/**' --tgz"
+ "postbuild": "astro-scripts copy \"src/templates/**\" --tgz"
},
"files": [
"dist",