Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit ce4f288

Browse files
committed
Build last
1 parent c8f8c81 commit ce4f288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
run: npm install
2222
- name: lint
2323
run: npm run lint
24-
- name: build
25-
run: npm run build
2624
- name: compile typescript
2725
run: npx tsc
2826
- name: test
@@ -33,3 +31,5 @@ jobs:
3331
run: npx c8 check-coverage --lines 99 --functions 99 --branches 99 --statements 99
3432
- name: examples do not crash
3533
run: for f in examples/*.ts; do npx tsx "$f" || (echo "'$f' crashed"; exit 1); done
34+
- name: build
35+
run: npm run build

0 commit comments

Comments
 (0)