Build: Fixed build

This commit is contained in:
Alexey Safronov 2020-12-01 14:49:17 +03:00
parent 7260e67902
commit b3b3b54851
3 changed files with 9 additions and 4 deletions

3
.gitignore vendored
View File

@ -6,8 +6,7 @@
*-lock.json
**/node_modules/
**/storybook-static/
/web/ASC.Web.Components/dist
/web/ASC.Web.Common/dist
**/dist
/build/deploy
*.log
/products/ASC.People/Data/

View File

@ -1,5 +1,8 @@
{
"name": "@appserver/common",
"version": "0.0.1",
"private": true
"private": true,
"scripts": {
"build": "echo 'skip it'"
}
}

View File

@ -1,5 +1,8 @@
{
"name": "@appserver/components",
"version": "0.0.1",
"private": true
"private": true,
"scripts": {
"build": "echo 'skip it'"
}
}