chore: dev only start web dev now, rename to use dev: stub: build: test: lint: for scripts

This commit is contained in:
Neko Ayaka
2025-05-27 22:32:22 +08:00
parent 57e0edba74
commit b920ef3d3a
9 changed files with 33 additions and 32 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Build Dependencies
run: pnpm run packages:build
run: pnpm run build:packages
- name: Build Application
run: cd apps/stage-tamagotchi && pnpm tauri build --target ${{ matrix.target }}
+3 -3
View File
@@ -62,9 +62,9 @@ jobs:
- name: Build
run: |
pnpm run packages:build
pnpm run apps:build
pnpm run crates:build
pnpm run build:packages
pnpm run build:apps
pnpm run build:crates
typecheck:
name: Type Check
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Packages build
run: pnpm run packages:build
run: pnpm run build:packages
- name: Packages publish
run: pnpm publish -r --access public --no-git-checks
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Build Dependencies
run: pnpm run packages:build
run: pnpm run build:packages
- name: Build Application
run: cd apps/stage-tamagotchi && pnpm tauri build --target ${{ matrix.target }}