yumechi-no-kuni/tools/update.sh

5 lines
45 B
Bash
Raw Normal View History

2016-12-28 16:49:51 -06:00
#!/bin/sh
git pull
npm install
npm run build