Move electron-ui out of python src folder.

This commit is contained in:
Richard Kiss 2020-03-29 16:37:26 -07:00
parent af75fd55d3
commit 2ccdd3860d
58 changed files with 6 additions and 5 deletions

View File

@ -41,7 +41,7 @@ jobs:
venv/bin/python -m pip install -r requirements-dev.txt
- name: Lint source with flake8
run: |
./venv/bin/flake8 src --exclude src/electron-ui/node_modules
./venv/bin/flake8 src
- name: Lint source with mypy
run: |
./venv/bin/mypy src tests

View File

Before

Width:  |  Height:  |  Size: 305 KiB

After

Width:  |  Height:  |  Size: 305 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -20,7 +20,7 @@ pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
cd ./src/electron-ui
cd ./electron-ui
npm install
echo ""

View File

@ -1,2 +1,3 @@
rm *.db
rm ./src/electron-ui/*.db
rm ./electron-ui/*.db
echo "Sorry, this script is broken."
echo "You must manually remove files from ~/.chia/*/db/ for now."

View File

@ -2,6 +2,6 @@
# Starts a wallet UI
chia-websocket-server &
npm run --prefix ./src/electron-ui start
npm run --prefix ./electron-ui start
wait