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 2525
2626 - run : |
2727 npm i
28- npm run lint
2928 npm run build
29+ npm run lint
3030 npm run test
3131 npx convex codegen && git diff --exit-code
3232 - run : npx pkg-pr-new publish ./packages/convex-helpers
Original file line number Diff line number Diff line change 1313 "lint" : " eslint . && npm run typecheck && prettier --check ." ,
1414 "typecheck" : " tsc --noEmit && cd packages/convex-helpers && npm run typecheck" ,
1515 "build" : " cd packages/convex-helpers && npm run build" ,
16- "clean" : " rm -rf packages/convex-helpers/dist" ,
16+ "clean" : " rm -rf packages/convex-helpers/dist packages/convex-helpers/tsconfig.tsbuildinfo " ,
1717 "pack" : " cd packages/convex-helpers/dist && npm pack --pack-destination ../../.." ,
1818 "test" : " vitest run" ,
1919 "test:watch" : " vitest" ,
You can’t perform that action at this time.
0 commit comments