1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

build: bump stdlib 0.0.5 and vue 0.0.6

This commit is contained in:
2025-05-09 13:32:45 +07:00
parent 695647470b
commit 09e72d904c
4 changed files with 4 additions and 5 deletions

View File

@@ -30,8 +30,8 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build all packages
run: pnpm all:build
- name: Build & Test
run: pnpm all:build && pnpm all:test
- name: Get changed files
id: changed-files