Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmdawn committed Nov 15, 2022
1 parent 23eae10 commit 26c71f0
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 @@ -36,6 +36,7 @@
"prettier:write": "npm run prettier:base -- --write \"src/**/*.{ts,tsx}\"",
"precommit": "npm run prettier:write",
"release": "standard-version",
"postrelease": "git push --follow-tags origin main && npm publish"
"postrelease": "git push --follow-tags origin main && npm publish",
"test": "jest"
}
}

0 comments on commit 26c71f0

Please sign in to comment.