File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 "start" : " wattpm start" ,
1010 "typecheck" : " cd web/backend && tsc && cd ../frontend && tsc" ,
1111 "client:openapi" : " cd web/backend && node --experimental-strip-types utils/client.openapi.ts" ,
12- "client:generate" : " ./node_modules/.bin/ massimo ./web/backend/openapi.json --name backend --folder web/frontend/src/client --language ts --frontend --full --skip-config-update --props-optional" ,
12+ "client:generate" : " massimo ./web/backend/openapi.json --name backend --folder web/frontend/src/client --language ts --frontend --full --skip-config-update --props-optional" ,
1313 "test" : " npm run test:cli && npm run test:e2e && npm run test:backend && npm run test:frontend" ,
1414 "test:cli" : " node --test --experimental-test-module-mocks --test-timeout 60000 test/*.test.ts" ,
1515 "test:backend" : " node --test --experimental-test-module-mocks --test-timeout 60000 --test-concurrency 1 web/backend/**/*.test.ts" ,
1616 "test:frontend" : " cd web/frontend && vitest run" ,
17- "pretest:e2e" : " ./node_modules/.bin/ playwright install chromium" ,
17+ "pretest:e2e" : " playwright install chromium" ,
1818 "test:e2e" : " cd web/frontend && playwright test" ,
1919 "test:e2e:ui" : " npm run test:e2e -- --ui" ,
2020 "clean" : " rm -rf ./web/*/dist ./playwright-report ./test-results" ,
7272 "vitest" : " ^3.2.4"
7373 },
7474 "bin" : {
75- "watt-admin" : " ./ cli.js"
75+ "watt-admin" : " cli.js"
7676 }
7777}
You can’t perform that action at this time.
0 commit comments