mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-26 09:16:10 +00:00
📺 Add github pages deploy task
This commit is contained in:
parent
7a3df002ee
commit
1d0caf22b3
4 changed files with 19 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue