Introducing eslint (#1048)

* Introducing eslint
This commit is contained in:
Igor Gov
2022-04-28 11:46:00 +03:00
committed by GitHub
parent 90c54f9505
commit e71a12d399
7 changed files with 63 additions and 44 deletions

12
devops/ui-common-pack.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
# exit when any command fails
set -e
dst_folder=$1
echo "dst folder: $dst_folder";
cd $dst_folder/../ui-common
npm i
npm pack
mv up9-mizu-common-0.0.0.tgz $dst_folder