forked from Deuxfleurs/site
4 lines
54 B
Bash
Executable file
4 lines
54 B
Bash
Executable file
#!/bin/bash
|
|
rm -rf static/
|
|
npm install
|
|
node render.js
|