build(deps-dev): Update turbo to v2 (#3735)

* Update turbo to v2

Also some small config changes

* Remove test for the non-exiting "client" pkg

* Re-add build:type dependency to lint

* Add missing comma

* Use turbo in build:watch
This commit is contained in:
Fleny
2024-07-14 19:59:34 +02:00
committed by GitHub
parent 9e101a0320
commit 991609d336
4 changed files with 55 additions and 75 deletions

View File

@@ -155,19 +155,6 @@ jobs:
with:
package: bot
client-unit-test:
name: Client
needs: build-dist
uses: ./.github/workflows/unit-test.yml
with:
package: client
client-other-runtime-test:
name: Client
needs: client-unit-test
uses: ./.github/workflows/other-runtime-unit-test.yml
with:
package: client
discordeno-unit-test:
name: Discordeno
needs: build-dist