Skip to content

Commit 00e8a8e

Browse files
authored
make checks in parity with publish (#345)
Co-authored-by: mitch prewitt <[email protected]>
1 parent bb4dcac commit 00e8a8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ jobs:
2424
node-version: '16.3.0'
2525
cache: 'yarn'
2626
- run: yarn install --frozen-lockfile
27+
- run: yarn typecheck
28+
- run: yarn format
29+
- run: yarn build
2730
- run: yarn build:node
2831
- run: node index.node.js
29-
- run: yarn build
3032
- run: yarn test
3133
- run: yarn check-deps
3234

0 commit comments

Comments
 (0)