mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-06 15:39:27 +02:00
* Add pnpm-workspace.yaml to configure dependencies that are allowed to build * Remove dependency-graph.json * Go back to && which is cross-platform * Remove obsolete `depcruise:graph` command * Set `shellEmulator` config key to `true` This makes `package.json` scripts work more reliably cross-platform --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
7 lines
77 B
YAML
7 lines
77 B
YAML
onlyBuiltDependencies:
|
|
- esbuild
|
|
- msw
|
|
- lefthook
|
|
|
|
shellEmulator: true
|