mirror of
https://github.com/ascribe/wp-theme
synced 2025-01-03 10:25:08 +01:00
9 lines
69 B
Bash
9 lines
69 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e;
|
||
|
|
||
|
npm install gulp -g
|
||
|
npm install
|
||
|
|
||
|
exit;
|