This commit is contained in:
ThatOneCalculator 2022-05-31 19:51:54 -07:00
parent 4d16fb70ce
commit e21919c296
3 changed files with 7526 additions and 141 deletions

View File

@ -12,8 +12,8 @@ jobs:
strategy: strategy:
matrix: matrix:
workspace: workspace:
- backend-771cdf - backend
- client-66101c - client
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -8,9 +8,9 @@
}, },
"packageManager": "yarn@3.2.1", "packageManager": "yarn@3.2.1",
"workspaces": [ "workspaces": [
"client", "packages/client",
"backend", "packages/backend",
"sw" "packages/sw"
], ],
"private": true, "private": true,
"scripts": { "scripts": {

7657
yarn.lock

File diff suppressed because it is too large Load Diff