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
7272- ` build ` - Build for production
7373- ` preview ` - Preview production build
7474- ` lint ` - Run ESLint
75- - ` installAndBuild ` - Install dependencies, run tests and build (Yarn only)
75+ - ` installAndBuild ` - Install dependencies, run tests and build
7676- ` 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 77 "dev" : " vite" ,
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" ,
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' " ,
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" : {
You can’t perform that action at this time.
0 commit comments