5 lines
34 B
Bash
5 lines
34 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
npm i
|
||
|
npm run electron
|