This commit is contained in:
Cutls 2019-09-18 23:25:22 +09:00
parent d217fb33a9
commit 907eecd030
2 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,7 @@ cd TheDesk/app
yarn install --no-lockfile yarn install --no-lockfile
# Windows # Windows
yarn install yarn install
yarn construct yarn construct
``` ```

View File

@ -100,6 +100,7 @@ cd TheDesk/app
yarn install --no-lockfile yarn install --no-lockfile
# Windows # Windows
yarn install yarn install
yarn construct yarn construct
``` ```