coref / deploy.sh
Julien Chaumond
Ooops
5b89f26
raw
history blame contribute delete
67 Bytes
#!/bin/bash
git pull
# Front
bower install
npm install
grunt
tsc