File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,5 +72,5 @@ This will build the project and copy static test files from `tests/static` direc
72
72
- ` build ` - Build for production
73
73
- ` preview ` - Preview production build
74
74
- ` lint ` - Run ESLint
75
- - ` installAndBuild ` - Install dependencies, run tests and build (Yarn only)
75
+ - ` installAndBuild ` - Install dependencies, run tests and build
76
76
- ` debug ` - Build the project and run in debug mode using static test files from ` tests/static ` directory
Original file line number Diff line number Diff line change 7
7
"dev" : " vite" ,
8
8
"generate" : " json2ts ../src/main/resources/wfc/schemas/report.yaml src/types/GeneratedTypes.tsx && ts-to-zod src/types/GeneratedTypes.tsx src/types/GeneratedTypesZod.ts" ,
9
9
"build" : " tsc -b && vite build" ,
10
- "installAndBuild" : " yarn install && yarn generate && vitest --no-watch && tsc -b && vite build && yarn 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" ,
10
+ "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' " ,
12
12
"lint" : " eslint ." ,
13
13
"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" ,
15
15
"test" : " vitest"
16
16
},
17
17
"dependencies" : {
You can’t perform that action at this time.
0 commit comments