📺 Add github pages deploy task

This commit is contained in:
Joshua Seigler 2017-09-12 13:12:50 -04:00
parent 7a3df002ee
commit 1d0caf22b3
4 changed files with 19 additions and 2 deletions

View file

@ -12,10 +12,15 @@
"less": "^2.7.2",
"socket.io": "^2.0.3"
},
"scripts": {},
"scripts": {
"watch": "brunch watch -s",
"build": "brunch build",
"deploy": "npm run build && git-directory-deploy --directory public/"
},
"devDependencies": {
"browser-sync-brunch": "^0.0.9",
"brunch": "^2.10.10",
"git-directory-deploy": "^1.5.1",
"less-brunch": "^2.10.0"
}
}