mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-18 00:55:54 +00:00
Move revert and deploy to scripts/
This commit is contained in:
parent
2f152f21fc
commit
d06b5e6bc1
3 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue