Skip to content

Commit

Permalink
馃悰 fix: fix release bug
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 20, 2023
1 parent 781f854 commit c8f176f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx ./api",
"lint:prettier": "prettier --check \"api/**/*\" --end-of-line auto",
"prepare": "husky install",
"prepublishOnly": "npm run doctor && npm run build",
"prettier": "prettier -c --write \"api/**/*\"",
"release": "semantic-release",
"start": "vercel dev --listen 3400",
Expand Down

0 comments on commit c8f176f

Please sign in to comment.