summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
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",