Add gh-pages publishing

This commit is contained in:
Joshua Seigler 2018-10-10 11:33:44 -04:00
parent 8ffe124402
commit f6494780c3
2 changed files with 191 additions and 2 deletions

View file

@ -10,8 +10,8 @@
},
"scripts": {
"start": "brunch watch --server",
"deploy": "npm install && npm start",
"prod": "rm -r public/ && brunch build --production"
"build": "rm -r public/ && brunch build --production",
"publish": "gh-pages -d public"
},
"dependencies": {
"dat-gui": "^0.5.0",
@ -28,6 +28,7 @@
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.0",
"eslint-plugin-react": "^6.2.0",
"gh-pages": "^2.0.1",
"glslify-brunch": "^1.0.0",
"javascript-brunch": "^2.0.0",
"jsx-ast-utils": "^1.3.1",