DocSpace-buildtools/build.frontend.bat

11 lines
76 B
Batchfile
Raw Permalink Normal View History

2021-03-23 11:10:33 +00:00
PUSHD %~dp0..
2023-10-04 08:19:23 +00:00
cd client
2021-03-23 12:21:40 +00:00
REM call yarn wipe
2023-10-04 08:19:23 +00:00
2021-11-21 13:46:09 +00:00
call yarn install
2023-10-04 08:19:23 +00:00
cd ..
2021-11-21 13:46:09 +00:00
POPD