Skip to content

Commit

Permalink
馃悰 fix: fix empty main file
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 21, 2023
1 parent 7e7da89 commit dc4f5b8
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 @@ -20,6 +20,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",
Expand Down

0 comments on commit dc4f5b8

Please sign in to comment.