mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-01 00:09:58 +09:00
rename: client -> frontend
This commit is contained in:
@ -26,7 +26,7 @@ const fs = require('fs');
|
||||
stderr: process.stderr,
|
||||
});
|
||||
|
||||
execa('yarn', ['workspace', 'client', 'watch'], {
|
||||
execa('yarn', ['workspace', 'frontend', 'watch'], {
|
||||
cwd: __dirname + '/../',
|
||||
stdout: process.stdout,
|
||||
stderr: process.stderr,
|
||||
|
Reference in New Issue
Block a user