1
0
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:
2025-05-19 04:36:39 +07:00
parent fa726eecc4
commit 4d6922e06a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -32,7 +32,7 @@ jobs:
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile
- name: Build & Test - name: Build & Test
run: pnpm all:build && pnpm all:test run: pnpm build && pnpm test
- name: Get changed files - name: Get changed files
id: changed-files id: changed-files