File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 320320 "scripts" : {
321321 "lint" : " eslint . --ext=ts --max-warnings=0" ,
322322 "check-types" : " tsc --noEmit" ,
323- "pretest" : " if [ \" $CI \" != \" true \" ]; then turbo run bundle --cwd ..; fi " ,
323+ "pretest" : " turbo run bundle --cwd .." ,
324324 "test" : " jest -w=40% && vitest run --globals" ,
325325 "format" : " prettier --write ." ,
326326 "bundle" : " node esbuild.mjs" ,
Original file line number Diff line number Diff line change 55 "scripts" : {
66 "lint" : " eslint src --ext=ts,tsx --max-warnings=0" ,
77 "check-types" : " tsc" ,
8- "pretest" : " if [ \" $CI \" != \" true \" ]; then turbo run bundle --cwd ..; fi " ,
8+ "pretest" : " turbo run bundle --cwd .." ,
99 "test" : " jest -w=40%" ,
1010 "format" : " prettier --write src" ,
1111 "dev" : " vite" ,
You can’t perform that action at this time.
0 commit comments