7 lines
75 B
Bash
7 lines
75 B
Bash
#!/bin/bash
|
|
|
|
npm i
|
|
npm run build
|
|
node --watch index.mjs
|
|
#tail -f /dev/null
|