DocSpace-buildtools/build.frontend.bat

6 lines
57 B
Batchfile
Raw Normal View History

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