File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 "test:watch" : " vitest" ,
2828 "test:coverage" : " vitest run --coverage" ,
2929 "clean" : " rm -rf dist *.tsbuildinfo coverage src/**/*.d.ts" ,
30- "verify" : " npm run type-check && npm run lint && npm run format:check && npm run test && npm run build" ,
31- "prepublishOnly" : " npm run verify"
30+ "verify" : " npm run type-check && npm run lint && npm run format:check && npm run test && npm run build"
3231 },
3332 "keywords" : [
3433 " agentkit" ,
Original file line number Diff line number Diff line change 3131 "test:watch" : " vitest" ,
3232 "test:coverage" : " vitest run --coverage" ,
3333 "clean" : " rm -rf dist *.tsbuildinfo coverage src/**/*.d.ts" ,
34- "verify" : " npm run type-check && npm run lint && npm run format:check && npm run test && npm run build" ,
35- "prepublishOnly" : " npm run verify"
34+ "verify" : " npm run type-check && npm run lint && npm run format:check && npm run test && npm run build"
3635 },
3736 "keywords" : [
3837 " agentage" ,
You can’t perform that action at this time.
0 commit comments