File tree Expand file tree Collapse file tree 6 files changed +18
-11
lines changed
Expand file tree Collapse file tree 6 files changed +18
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1616 "integration-test" : " vitest run --project=integration --project=integration-isolated" ,
1717 "test-coverage" : " vitest run --coverage" ,
1818 "dev" : " concurrently -p none \" tsx watch --clear-screen=false --inspect ./src/server.ts\" \" tsc --preserveWatchOutput --noEmit --watch\" \" esw src/ -w --ext .ts --cache --color\" " ,
19- "knip" : " knip" ,
2019 "docker-db-only" : " docker compose -f docker/compose.db-only.yml up" ,
2120 "docker" : " docker compose -f docker/compose.yml up" ,
2221 "gen-docs" : " tsx scripts/openapi.ts dist/static/api/openapi.json && redocly build-docs -o dist/static/api/internal.html internal@v2 && redocly bundle -o dist/static/api/public.json public-filter && redocly build-docs -o dist/static/api/public.html public@v2"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2121 "test-coverage" : " vitest run --coverage" ,
2222 "dev-test" : " concurrently --kill-others \" vite dev\" \" vitest\" " ,
2323 "tsc" : " tsc" ,
24- "knip" : " knip" ,
2524 "docker" : " docker compose -f docker/compose.dev.yml up"
2625 },
2726 "engines" : {
Original file line number Diff line number Diff line change 1+ {
2+ "workspaces" : {
3+ "backend" : {
4+ "entry" : " src/server.ts" ,
5+ "project" : " src/**/*.ts"
6+ },
7+ "frontend" : {
8+ "entry" : " src/ts/index.ts" ,
9+ "project" : " src/ts/**/*.ts"
10+ },
11+ "packages/*" : {
12+ "entry" : " src/index.ts" ,
13+ "project" : " src/**/*.ts"
14+ }
15+ }
16+ }
Original file line number Diff line number Diff line change 5656 "pr-check-lint-json" : " cd frontend && eslint './static/**/*.json'" ,
5757 "pr-check-quote-json" : " cd frontend && npx gulp pr-check-quote-json" ,
5858 "pr-check-language-json" : " cd frontend && npx gulp pr-check-language-json && turbo test -- constants/languages" ,
59- "pr-check-other-json" : " cd frontend && npx gulp pr-check-other-json && turbo test -- constants/layouts constants/themes constants/fonts"
59+ "pr-check-other-json" : " cd frontend && npx gulp pr-check-other-json && turbo test -- constants/layouts constants/themes constants/fonts" ,
60+ "knip" : " knip"
6061 },
6162 "engines" : {
6263 "node" : " 20.19.4"
You can’t perform that action at this time.
0 commit comments