Skip to content

Commit

Permalink
chore(release): Add release script on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev committed Nov 12, 2018
1 parent a03c5ec commit 0483654
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"test:watch": "jest --watchAll",
"cover": "jest --coverage",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"lint": "tslint --project tsconfig.json --fix \"src/**/*.ts\" && prettier --write \"src/**/*.ts\""
"lint": "tslint --project tsconfig.json --fix \"src/**/*.ts\" && prettier --write \"src/**/*.ts\"",
"release": "standard-version"
},
"_moduleAliases": {
"services": "lib/services",
Expand Down

0 comments on commit 0483654

Please sign in to comment.