chore: Update yarn, refactor packages setup (#4085)

* Update yarn, refactor packages setup

* Rename some jobs in lib-check.yml

* Update website/yarn.lock

* Revert build-type-and-test job name change
This commit is contained in:
Fleny
2025-01-16 22:27:10 -06:00
committed by GitHub
parent d8cfccb914
commit b177eb40f8
49 changed files with 5734 additions and 6098 deletions
-3
View File
@@ -1,4 +1 @@
# This file is needed or else when yarn runs it will attempt to use PnP
compressionLevel: mixed
enableGlobalCache: false
nodeLinker: node-modules
+2 -3
View File
@@ -5,11 +5,10 @@
"type": "module",
"license": "ISC",
"private": true,
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.6.0",
"scripts": {
"start": "node dist/index.js",
"build": "swc src --strip-leading-paths --delete-dir-on-start --out-dir dist",
"setup-dd": ""
"build": "swc src --strip-leading-paths --delete-dir-on-start --out-dir dist"
},
"dependencies": {
"@discordeno/bot": "20.0.0",
File diff suppressed because it is too large Load Diff