DocSpace-client/build/scripts/plugins.bat
2022-08-24 12:35:23 +03:00

9 lines
105 B
Batchfile

PUSHD %~dp0..
cd %~dp0../../common/ASC.WebPlugins/
call yarn install --immutable
call yarn build
POPD