Actions: create ci-install-gulp.sh

This commit is contained in:
Hunter
2019-09-08 00:07:37 -04:00
committed by GitHub
parent 2178d83348
commit 705de5f1c3
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
mkdir "${HOME}/.npm"
npm config set prefix "${HOME}/.npm"
npm install -g gulp