Skip to content

Commit 2216c51

Browse files
committed
fix quoting problem in different shells
1 parent f3ed869 commit 2216c51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web-report/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"generate": "json2ts ../src/main/resources/wfc/schemas/report.yaml src/types/GeneratedTypes.tsx && ts-to-zod src/types/GeneratedTypes.tsx src/types/GeneratedTypesZod.ts",
99
"build": "tsc -b && vite build",
1010
"installAndBuild": "npm install && npm run generate && vitest --no-watch && tsc -b && vite build && npm run copyRunFiles",
11-
"copyRunFiles": "cpx webreport.bat '../target/classes/webreport' && cpx webreport.command '../target/classes/webreport' && cpx webreport.py '../target/classes/webreport' && cpx 'src-e2e/static/robots.txt' '../target/classes/webreport'",
11+
"copyRunFiles": "cpx webreport.bat \"../target/classes/webreport\" && cpx webreport.command \"../target/classes/webreport\" && cpx webreport.py \"../target/classes/webreport\" && cpx \"src-e2e/static/robots.txt\" \"../target/classes/webreport\"",
1212
"lint": "eslint .",
1313
"preview": "vite preview",
14-
"debug": "vite build && cpx src-e2e/static/* ../target/classes/webreport && vite preview",
14+
"debug": "vite build && cpx \"src-e2e/static/*\" \"../target/classes/webreport\" && vite preview",
1515
"test": "vitest"
1616
},
1717
"dependencies": {

0 commit comments

Comments
 (0)