mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
fix: update CI and publish workflows to use correct build and test commands
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -32,4 +32,4 @@ jobs:
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Test
|
||||
run: pnpm all:build && pnpm all:test
|
||||
run: pnpm build && pnpm test
|
||||
Reference in New Issue
Block a user