From eec14c838ba94d1995993403eb681114fea4705f Mon Sep 17 00:00:00 2001 From: Alexey Safronov Date: Fri, 2 Aug 2019 14:07:07 +0300 Subject: [PATCH] build: Removed annoying reinstall npm-local --- build/build.bat | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/build.bat b/build/build.bat index 3633ae8cbf..c378f830e6 100644 --- a/build/build.bat +++ b/build/build.bat @@ -3,11 +3,8 @@ call start\stop.bat PUSHD %~dp0.. -del /s /q web\npm-local - echo "ASC.Web.Components" call yarn install --cwd web/ASC.Web.Components --frozen-lockfile > build\ASC.Web.Components.log -xcopy web\ASC.Web.Components\node_modules web\npm-local\asc-web-components\node_modules\ /E /R /Y >> build\ASC.Web.Components.log call yarn link --cwd web/npm-local/asc-web-components echo "ASC.Web.Storybook"