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/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Build & Test
|
||||
run: pnpm all:build && pnpm all:test
|
||||
run: pnpm build && pnpm test
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
|
||||
Reference in New Issue
Block a user