Skip to content

Commit 579cc85

Browse files
committed
build before lint
1 parent 71b1132 commit 579cc85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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",

0 commit comments

Comments
 (0)