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
|
||||
@@ -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