Skip to content

Commit

Permalink
chore: update release package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
juni0r committed Nov 7, 2023
1 parent fed4d38 commit 3bbb5da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"prepare": "husky install",
"release": "pnpm test:check && release-it",
"release:pre": "pnpm test:check && release-it --preRelease"
"release": "release-it",
"release:pre": "release-it --preRelease"
},
"dependencies": {
"@supabase/postgrest-js": "^1.8.5",
Expand Down

0 comments on commit 3bbb5da

Please sign in to comment.