fine, we go back to npm

This commit is contained in:
yazninja 2023-05-09 22:39:18 +03:00
parent 36090564f8
commit 376a2c8c0e
3 changed files with 445 additions and 487 deletions

View file

@ -22,7 +22,7 @@ jobs:
command: git submodule update --init --recursive
- run:
name: Install Node Dependencies
command: npm run bootstrap && yarn install
command: npm run bootstrap
- run:
name: TypeScript Compile
command: npm run build

928
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -31,7 +31,7 @@
"@sentry/electron": "^4.2.0",
"@sentry/integrations": "^7.31.1",
"adm-zip": "^0.5.10",
"airtunes2": "github:ciderapp/node_airtunes2",
"airtunes2": "github:ciderapp/node_airtunes2#2.4.2",
"castv2-client": "^1.2.0",
"chokidar": "^3.5.3",
"discord-auto-rpc": "^1.0.17",