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:
CyberRex 2023-01-21 18:41:30 +09:00 committed by GitHub
parent 69bb377cb1
commit bd3d75df6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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,