5 lines
69 B
Bash
Executable file
5 lines
69 B
Bash
Executable file
#!/bin/bash
|
|
git clean -xfd
|
|
git checkout .
|
|
npm install
|
|
node render.js
|