dependencies for electron an python builds
This commit is contained in:
parent
427a48a64d
commit
6dfd236153
2 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd py
|
||||
python api.py &
|
||||
source venv/bin/activate
|
||||
python3 api.py &
|
||||
pid_py=$!
|
||||
cd ..
|
||||
|
||||
npm start &
|
||||
pid_node=$!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue