6 lines
126 B
Bash
6 lines
126 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "Mining engine is not yet supported, running web servers"
|
||
|
|
||
|
cd api && npm i && cd ..
|
||
|
cd web && npm i && cd ..
|