wp-theme/_ci/build.sh

8 lines
48 B
Bash
Raw Normal View History

2016-03-19 01:22:18 +01:00
#!/usr/bin/env bash
set -e;
gulp build
exit;