Skip to content

Commit

Permalink
release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cherifGsoul committed Jan 20, 2022
1 parent 3654b96 commit 0093d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"preversion": "npm test",
"version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
"version": "git commit -am \"Release\" && git checkout -b release && git add -f .",
"postversion": "git push --tags && git checkout master && git branch -D release && git push",
"test": "npm run detect-cycle && npm run lint && npx jest",
"lint": "eslint .",
Expand Down

0 comments on commit 0093d90

Please sign in to comment.