mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
:bowtie:
This commit is contained in:
parent
fe5f848ee5
commit
8cda9e496d
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -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
|
||||||
|
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user