build.sh 52 Bytes
Newer Older
1
2
3
4
5
#!/bin/bash

composer update
npm install
gulp build