Skip to content

Commit 423ab36

Browse files
committed
fix: move lint and tsc after build
1 parent 87cb686 commit 423ab36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
node-version: 'lts/*'
1818
cache: 'npm'
1919
- run: npm ci
20-
- run: npm run lint
21-
- run: npm run type-check
2220
- run: npm run build
2321
working-directory: ./packages/jsondiffpatch
22+
- run: npm run lint
23+
- run: npm run type-check
2424
- run: npm run test
2525
working-directory: ./packages/jsondiffpatch
2626
- run: npm run start

0 commit comments

Comments
 (0)