Skip to content

Commit

Permalink
fix: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisJT committed Jul 2, 2019
1 parent 848106d commit f9f631c
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 @@ -30,7 +30,8 @@
"lint": "eslint --cache --fix \"**/*.{js,jsx,ts,tsx}\"",
"format": "prettier --write \"**/*.{css,html,js,jsx,json,md,scss,ts,tsx,yaml,yml}\"",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
"prepare": "npm run snyk-protect",
"release": "release-it"
},
"dependencies": {
"babel-plugin-styled-components": "1.10.6",
Expand Down

0 comments on commit f9f631c

Please sign in to comment.