Skip to content

Commit

Permalink
add release script to api (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitcoinera authored Mar 10, 2020
1 parent ca5a971 commit f7dae99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"dev-docker": "docker build -t lunie-api-dev . && docker run --init -it -p 4000:4000 lunie-api-dev",
"lint": "eslint index.js config.js lib tests",
"lint-fix": "yarn lint --fix",
"release": "git fetch --all && git checkout origin/develop -B develop && git pull && git merge origin/master && git push -u origin develop && git push origin develop:release",
"start": "node index.js ",
"test": "jest"
},
Expand Down

0 comments on commit f7dae99

Please sign in to comment.