1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

chore(repo): add build all script, update ci tests

This commit is contained in:
2024-09-30 06:55:47 +07:00
parent f32deb3cc6
commit 11734b96b8
2 changed files with 2 additions and 1 deletions

View File

@@ -26,4 +26,4 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Test
run: pnpm run all:test
run: pnpm run all:build && pnpm run all:test