DocSpace-buildtools/build/rebuild.yarnlocks.bat

11 lines
272 B
Batchfile
Raw Normal View History

2020-10-23 10:12:17 +00:00
PUSHD %~dp0..
del /f /q web\ASC.Web.Components\yarn.lock
del /f /q web\ASC.Web.Common\yarn.lock
del /f /q web\ASC.Web.Client\yarn.lock
del /f /q products\ASC.Files\Client\yarn.lock
del /f /q products\ASC.People\Client\yarn.lock
2020-10-23 10:36:25 +00:00
start /b call build\rebuild.frontend.bat
2020-10-23 10:12:17 +00:00