fix commit scripts

v2
Kit Kasune 2 years ago
parent b872e8e152
commit 58ea237730
  1. 6
      package.json

@ -32,8 +32,8 @@
"swin": "run",
"dev": "node bot.js -dev",
"dev:pretty": "node bot.js -dev -g -s",
"presync": "git pull origin master",
"sync": "git push origin master",
"postsync": "git push wubzy master"
"presync": "git pull origin",
"sync": "git push origin",
"postsync": "git push wubzy"
}
}

Loading…
Cancel
Save