Skip to content

Commit

Permalink
chore: fix package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
skoshx committed Jul 26, 2024
1 parent 81c1efb commit bb8ee73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"error-handling"
],
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"test": "turbo test",
"lint": "turbo lint",
"release": "turbo release",
"dev": "vitest dev",
"build": "unbuild",
"test": "vitest run",
"lint": "eslint",
"release": "np",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
},
Expand Down

0 comments on commit bb8ee73

Please sign in to comment.