Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingandyyy committed Apr 7, 2018
1 parent bea1b5c commit e3b721b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "8.9.1"
- "9.2.1"
cache:
directories:
- "node_modules"
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"start": "cross-env NODE_ENV=production node ./dist/app.js",
"test": "eslint --fix .",
"cmd": "./src/cmd.js",
"build": "babel -d ./dist ./src -s",
"dev": "babel-watch ./src/app.js",
"release": "git pull && npm run test && npm run build && git add . && git commit -m 'deploy' && git push origin master && npm version patch"
Expand All @@ -17,7 +18,11 @@
"type": "git",
"url": "git+https://github.com/reforest/lambocoin.git"
},
"author": "Amazingandyyy <[email protected]> (Andy Chen)",
"author": {
"name": "Amazingandyyy",
"email": "[email protected]",
"url": "https://amazingandyyy.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/reforest/lambocoin/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ init()
process.exitCode = 1
})

async function init () {
function init () {
const argv = minimist(process.argv.slice(2), {
boolean: [
'open'
Expand Down

0 comments on commit e3b721b

Please sign in to comment.