Reviewed-on: jlusiardi/retrotool_dev#28 Co-authored-by: Joachim Lusiardi <joachim@lusiardi.de> Co-committed-by: Joachim Lusiardi <joachim@lusiardi.de>
5 lines
61 B
Bash
Executable File
5 lines
61 B
Bash
Executable File
#!/bin/sh
|
|
|
|
npm install
|
|
./node_modules/.bin/tsc
|
|
python3 app.py |