mirror of
https://github.com/seigler/webgl-threejs-hello
synced 2025-07-27 01:36:14 +00:00
⚡ Add gh-pages publishing
This commit is contained in:
parent
8ffe124402
commit
f6494780c3
2 changed files with 191 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue