1
0
mirror of https://github.com/ascribe/wp-theme synced 2024-06-17 18:13:17 +02:00
wp-theme/_ci/setup.sh

9 lines
69 B
Bash
Raw Normal View History

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