use npm ci instead of npm install

This commit is contained in:
pavelbannov 2019-07-09 14:15:40 +03:00
parent 4aa656d3c7
commit 409fa4934d
3 changed files with 39342 additions and 2 deletions

View File

@ -1,11 +1,11 @@
PUSHD %~dp0
echo "ASC.Web.Components"
cd ../web/ASC.Web.Components
call npm install
call npm ci
echo "ASC.Web.Components Storybook"
cd ../ASC.Web.Components/example
call npm install
call npm ci
echo "ASC.Web.sln"
cd ../../../

File diff suppressed because it is too large Load Diff

11573
web/ASC.Web.Components/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff