diff options
Diffstat (limited to 'packages/create-astro')
-rw-r--r-- | packages/create-astro/package.json | 2 |
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", |