mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
explicity using gulp from node_modules
This commit is contained in:
parent
949c361026
commit
8cbd6c4bca
@ -15,14 +15,10 @@ function init {
|
||||
|
||||
function run {
|
||||
|
||||
cd $SITE_DIR
|
||||
git reset --hard
|
||||
git pull origin master
|
||||
|
||||
VERSION=$(readJsonProp "package.json" "version")
|
||||
|
||||
# process new docs
|
||||
gulp docs
|
||||
./node_modules/.bin/gulp docs
|
||||
|
||||
# CD in to the site dir to commit updated docs
|
||||
cd $SITE_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user