DocSpace-buildtools/build/scripts/plugins.bat

9 lines
105 B
Batchfile
Raw Normal View History

2022-08-23 11:23:11 +00:00
PUSHD %~dp0..
cd %~dp0../../common/ASC.WebPlugins/
2022-08-24 09:35:23 +00:00
call yarn install --immutable
2022-08-23 11:23:11 +00:00
call yarn build
POPD