rename: client -> frontend

This commit is contained in:
syuilo
2022-12-27 14:36:33 +09:00
parent db6fff6f26
commit 9384f5399d
592 changed files with 111 additions and 111 deletions

View File

@@ -16,7 +16,7 @@ updates:
interval: daily
open-pull-requests-limit: 0
- package-ecosystem: npm
directory: "/packages/client"
directory: "/packages/frontend"
schedule:
interval: daily
open-pull-requests-limit: 0

2
.github/labeler.yml vendored
View File

@@ -2,7 +2,7 @@
- packages/backend/**/*
'🖥Client':
- packages/client/**/*
- packages/frontend/**/*
'🧪Test':
- cypress/**/*

View File

@@ -30,7 +30,7 @@ jobs:
matrix:
workspace:
- backend
- client
- frontend
- sw
steps:
- uses: actions/checkout@v2