1
0
mirror of https://github.com/ascribe/wp-theme synced 2024-12-22 09:13:38 +01:00
wp-theme/_ci/build.sh

8 lines
48 B
Bash
Executable File

#!/usr/bin/env bash
set -e;
gulp build
exit;