File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "private" : true ,
88 "scripts" : {
99 "test" : " bun test" ,
10- "test:ci" : " mkdir -p .artifacts/unit && bun test --timeout 30000 --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml" ,
10+ "test:ci" : " mkdir -p .artifacts/unit && bun test --timeout 30000 --dots -- reporter=junit --reporter-outfile=.artifacts/unit/junit.xml" ,
1111 "typecheck" : " tsgo --noEmit"
1212 },
1313 "bin" : {
Original file line number Diff line number Diff line change 77 "private" : true ,
88 "scripts" : {
99 "test" : " bun test --timeout 30000" ,
10- "test:ci" : " mkdir -p .artifacts/unit && bun test --timeout 30000 --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml" ,
10+ "test:ci" : " mkdir -p .artifacts/unit && bun test --timeout 30000 --dots -- reporter=junit --reporter-outfile=.artifacts/unit/junit.xml" ,
1111 "typecheck" : " tsgo --noEmit"
1212 },
1313 "exports" : {
Original file line number Diff line number Diff line change 77 "private" : true ,
88 "scripts" : {
99 "test" : " bun test --timeout 30000" ,
10- "test:ci" : " mkdir -p .artifacts/unit && bun test --timeout 30000 --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml" ,
10+ "test:ci" : " mkdir -p .artifacts/unit && bun test --timeout 30000 --dots -- reporter=junit --reporter-outfile=.artifacts/unit/junit.xml" ,
1111 "typecheck" : " tsgo --noEmit"
1212 },
1313 "exports" : {
Original file line number Diff line number Diff line change 2929 "scripts" : {
3030 "typecheck" : " tsgo --noEmit" ,
3131 "build" : " tsc" ,
32- "test:ci" : " mkdir -p .artifacts/unit && bun test test --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml"
32+ "test:ci" : " mkdir -p .artifacts/unit && bun test test --dots -- reporter=junit --reporter-outfile=.artifacts/unit/junit.xml"
3333 },
3434 "dependencies" : {
3535 "@kilocode/plugin" : " workspace:*" ,
Original file line number Diff line number Diff line change 1515 "scripts" : {
1616 "typecheck" : " tsgo --noEmit" ,
1717 "test" : " bun test --timeout 30000" ,
18- "test:ci" : " mkdir -p .artifacts/unit && bun test --timeout 30000 --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml"
18+ "test:ci" : " mkdir -p .artifacts/unit && bun test --timeout 30000 --dots -- reporter=junit --reporter-outfile=.artifacts/unit/junit.xml"
1919 },
2020 "dependencies" : {
2121 "effect" : " catalog:"
Original file line number Diff line number Diff line change 2828 "scripts" : {
2929 "typecheck" : " tsgo --noEmit" ,
3030 "test" : " bun test src" ,
31- "test:ci" : " mkdir -p .artifacts/unit && bun test src --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml" ,
31+ "test:ci" : " mkdir -p .artifacts/unit && bun test src --dots -- reporter=junit --reporter-outfile=.artifacts/unit/junit.xml" ,
3232 "dev" : " vite" ,
3333 "generate:tailwind" : " bun run script/tailwind.ts"
3434 },
You can’t perform that action at this time.
0 commit comments