mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 14:34:20 +00:00
Use sync-n-reload instead of deploy
This commit is contained in:
parent
e49f3c71ea
commit
9e1742f735
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"start": "node ./server/server.js",
|
||||
"deploy": "openode deploy -t $OPENODE_TOKEN -s $OPENODE_SITENAME"
|
||||
"deploy": "openode sync-n-reload -t $OPENODE_TOKEN -s $OPENODE_SITENAME"
|
||||
},
|
||||
"name": "Whitebophir",
|
||||
"description": "Online collaborative whiteboard",
|
||||
|
|
Loading…
Reference in a new issue