File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22. " $( dirname " $0 " ) /_/husky.sh"
33
4- CI=true yarn test --colors --silent
4+ yarn concurrently --names ' LINT,TEST ' -c ' green,blue ' ' yarn lint ' ' CI=true yarn test --colors --silent'
Original file line number Diff line number Diff line change 66 "." : " yarn run -T turbo run --filter=@playground/next-playground..." ,
77 "concurrently" : " yarn run -T concurrently" ,
88 "dev" : " yarn partytown && yarn concurrently 'yarn run -T watch --filter=next-playground' 'sleep 10 && next dev'" ,
9- "build" : " yarn partytown && next build" ,
9+ "build-playground " : " yarn partytown && next build" ,
1010 "partytown" : " partytown copylib public/~partytown" ,
1111 "start" : " next start" ,
12- "lint" : " next lint"
12+ "lint-playground " : " next lint"
1313 },
1414 "dependencies" : {
1515 "@builder.io/partytown" : " ^0.7.4" ,
Original file line number Diff line number Diff line change 55 "." : " yarn run -T turbo run --filter=@playground/with-vite" ,
66 "concurrently" : " yarn run -T concurrently" ,
77 "dev" : " yarn concurrently 'yarn run -T watch --filter=with-vite' 'sleep 10 && vite'" ,
8- "build" : " tsc && vite build" ,
8+ "build-playground " : " tsc && vite build" ,
99 "preview" : " vite preview"
1010 },
1111 "dependencies" : {
You can’t perform that action at this time.
0 commit comments