mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 04:35:42 +02: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