Move revert and deploy to scripts/

This commit is contained in:
Jordan Eldredge 2017-10-04 20:20:42 -07:00
parent 2f152f21fc
commit d06b5e6bc1
3 changed files with 2 additions and 2 deletions

View file

@ -12,8 +12,8 @@
"test": "jest --coverage",
"travis-tests": "jest --coverage && npm run lint && npm run build",
"tdd": "jest --watch",
"deploy": "ssh jordaneldredge.com HASH=$HASH sh < deploy.sh",
"revert": "ssh jordaneldredge.com sh < revert.sh",
"deploy": "ssh jordaneldredge.com HASH=$HASH sh < scripts/deploy.sh",
"revert": "ssh jordaneldredge.com sh < scripts/revert.sh",
"format": "prettier --write js/**/*.js css/**/*.css webpack.config.js webpack.production.config.js"
},
"repository": {