File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 "build" : " tsc" ,
4141 "clean" : " rm -fr dist/" ,
4242 "lint" : " eslint . --cache" ,
43- "test" : " bun test " ,
43+ "test" : " echo 'No tests yet' " ,
4444 "codegen" : " rm -fr src/generated/ && coda generate"
4545 },
4646 "peerDependencies" : {
Original file line number Diff line number Diff line change 4040 "build" : " tsc" ,
4141 "clean" : " rm -fr dist/" ,
4242 "lint" : " eslint . --cache" ,
43- "test" : " bun test " ,
43+ "test" : " echo 'No tests yet' " ,
4444 "codegen" : " coda generate"
4545 },
4646 "peerDependencies" : {
Original file line number Diff line number Diff line change 4444 "build" : " tsc" ,
4545 "clean" : " rm -fr dist/" ,
4646 "lint" : " eslint . --cache" ,
47- "test" : " bun test "
47+ "test" : " echo 'No tests yet' "
4848 },
4949 "dependencies" : {
5050 "@codama/nodes-from-anchor" : " *" ,
Original file line number Diff line number Diff line change 3838 "build" : " tsc" ,
3939 "clean" : " rm -fr dist/" ,
4040 "lint" : " eslint . --cache" ,
41- "test" : " bun test "
41+ "test" : " echo 'No tests yet' "
4242 },
4343 "dependencies" : {
4444 "@codama/renderers-core" : " *" ,
You can’t perform that action at this time.
0 commit comments