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