Skip to content

Commit

Permalink
chore: add script release
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermerodz committed Feb 22, 2024
1 parent e7a6570 commit 41039de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"test": "turbo run test --filter=test...",
"type-check": "turbo run type-check",
"lint": "turbo run lint",
"format": "prettier --write ."
"format": "prettier --write .",
"prerelease": "run-p test",
"release": "cd ./packages/input-otp && cp ../../README.md . && npm publish && rimraf ./README.md && cd ../.."
},
"prettier": {
"tabWidth": 2,
Expand Down

0 comments on commit 41039de

Please sign in to comment.