mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
[yarn] Fix dev script compatibility with yarn v4
This commit is contained in:
parent
c60414f347
commit
141c134698
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const execa = require("execa");
|
|||
stderr: process.stderr,
|
||||
})
|
||||
|
||||
await execa("yarn", ["workspaces", "foreach", "run", "build"], {
|
||||
await execa("yarn", ["workspaces", "foreach", "-Apitv", "run", "build"], {
|
||||
stdout: process.stdout,
|
||||
stderr: process.stderr,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue