File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 shell : bash
1818 - run : pnpm fmt:check
1919 shell : bash
20- - run : pnpm exec turbo run lint test type-check --filter='!e2e'
20+ - run : pnpm exec turbo run lint test type-check
2121 shell : bash
Original file line number Diff line number Diff line change 33 "private" : true ,
44 "type" : " module" ,
55 "scripts" : {
6- "test" : " playwright test" ,
7- "test:ui" : " playwright test --ui" ,
6+ "test:e2e " : " playwright test" ,
7+ "test:e2e: ui" : " playwright test --ui" ,
88 "dev" : " vite --config app/vite.config.ts" ,
99 "deploy:backend" : " cd backend && tailor-sdk apply --workspace-id $TAILOR_PLATFORM_WORKSPACE_ID --yes"
1010 },
Original file line number Diff line number Diff line change 66 "build" : " turbo build" ,
77 "type-check" : " turbo type-check" ,
88 "lint" : " turbo lint" ,
9- "test" : " turbo test --filter='!e2e' " ,
9+ "test" : " turbo test" ,
1010 "fmt" : " oxfmt" ,
1111 "fmt:check" : " oxfmt --check" ,
1212 "changeset:create" : " changeset" ,
You can’t perform that action at this time.
0 commit comments