summaryrefslogtreecommitdiff
path: root/packages/astro-parser
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/astro-parser
parentd6cedac38e25fbec8425e020c16393fd70f0adf6 (diff)
downloadastro-cce8ac72e0b2cc169bca8017ee4e515b9e2bd552.tar.gz
astro-cce8ac72e0b2cc169bca8017ee4e515b9e2bd552.tar.zst
astro-cce8ac72e0b2cc169bca8017ee4e515b9e2bd552.zip
Make Astro compatible with Windows (#215)
Diffstat (limited to 'packages/astro-parser')
-rw-r--r--packages/astro-parser/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json
index 325336ca2..44225d677 100644
--- a/packages/astro-parser/package.json
+++ b/packages/astro-parser/package.json
@@ -11,8 +11,8 @@
],
"scripts": {
"prepublish": "yarn build",
- "build": "astro-scripts build 'src/**/*.ts' && tsc -p tsconfig.json",
- "dev": "astro-scripts dev 'src/**/*.ts'"
+ "build": "astro-scripts build \"src/**/*.ts\" && tsc -p tsconfig.json",
+ "dev": "astro-scripts dev \"src/**/*.ts\""
},
"devDependencies": {
"astro-scripts": "0.0.1"