final time
This commit is contained in:
@@ -13,7 +13,6 @@ test:
|
|||||||
- npm install -g bower
|
- npm install -g bower
|
||||||
- bower install
|
- bower install
|
||||||
- gulp publish
|
- gulp publish
|
||||||
- gulp cachebust
|
|
||||||
dependencies:
|
dependencies:
|
||||||
cache_directories:
|
cache_directories:
|
||||||
- "node_modules" # relative to the build directory
|
- "node_modules" # relative to the build directory
|
||||||
|
|||||||
@@ -3,6 +3,6 @@ git config user.email "tparnell8@gmail.com"
|
|||||||
git config user.name "Tommy Parnell"
|
git config user.name "Tommy Parnell"
|
||||||
rm -rf components
|
rm -rf components
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
git add . --force
|
git add --all --force
|
||||||
git commit -m "Deployed to Github Pages"
|
git commit -m "Deployed to Github Pages"
|
||||||
git push --force "git@github.com:tparnell8/about.tommyparnell.com.node.git" master:gh-pages
|
git push --force "git@github.com:tparnell8/about.tommyparnell.com.node.git" master:gh-pages
|
||||||
|
|||||||
Reference in New Issue
Block a user