Skip to content

Commit 585b7d3

Browse files
committed
quotes messing windows up?
1 parent a0a3b78 commit 585b7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"build:js": "rollup -c",
9595
"build:types": "tsc",
9696
"build": "run-s clean build:types build:js build:css build:css:min build:cover",
97-
"clean": "rimraf --glob 'dist/**' 'themes/**' '_playwright*/**' 'src/**/*.d.ts' 'src/**/*.d.ts.map'",
97+
"clean": "rimraf --glob \"dist/**\" \"themes/**\" \"_playwright*/**\" \"src/**/*.d.ts\" \"src/**/*.d.ts.map\"",
9898
"dev": "run-p serve:dev watch:*",
9999
"docker:build:test": "npm run docker:cli -- build:test",
100100
"docker:build": "docker build -f Dockerfile -t docsify-test:local .",

0 commit comments

Comments
 (0)