mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-01 00:09:58 +09:00
Update chokidar and use pnpm exec (#9640)
* Fix for dev mode * Update packages/frontend/package.json Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
This commit is contained in:
@ -14,7 +14,7 @@ const fs = require('fs');
|
||||
stderr: process.stderr,
|
||||
});
|
||||
|
||||
execa('pnpm', ['dlx', 'gulp', 'watch'], {
|
||||
execa('pnpm', ['exec', 'gulp', 'watch'], {
|
||||
cwd: __dirname + '/../',
|
||||
stdout: process.stdout,
|
||||
stderr: process.stderr,
|
||||
|
Reference in New Issue
Block a user