Update Makefile to support gulp publish
This commit is contained in:
parent
0cafc89ca4
commit
b9b7c11ba8
4
Makefile
4
Makefile
@ -18,5 +18,5 @@ package:
|
||||
publish:
|
||||
rm -rf dist/*
|
||||
cd dist && git pull origin gh-pages
|
||||
cp -r app/* dist/
|
||||
cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages
|
||||
./node_modules/gulp/bin/gulp.js publish
|
||||
cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages
|
||||
|
Loading…
x
Reference in New Issue
Block a user