DocSpace-client/build/rebuild.yarnlocks.bat

7 lines
78 B
Batchfile
Raw Normal View History

2020-10-23 10:12:17 +00:00
PUSHD %~dp0..
2020-11-24 10:40:13 +00:00
del /f /q yarn.lock
2020-10-23 10:12:17 +00:00
2020-10-23 10:36:25 +00:00
start /b call build\rebuild.frontend.bat
2020-10-23 10:12:17 +00:00