fix: update CI and publish workflows to use correct build and test commands
This commit is contained in:
@@ -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