Skip to content

Commit

Permalink
fix: add lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
lovrozagar committed Mar 4, 2024
1 parent d007362 commit bf49f4b
Show file tree
Hide file tree
Showing 2 changed files with 1,692 additions and 14 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
],
"scripts": {
"build": "bunchee",
"dev": "vite dev"
"dev": "vite dev",
"lint": "tsc"
},
"dependencies": {
"@radix-ui/react-collapsible": "^1.0.3",
Expand All @@ -47,9 +48,11 @@
"@renderui/utils": "^0.1.3",
"cmdk": "^0.2.1",
"react-aria": "^3.32.1",
"sonner": "^1.4.3"
"sonner": "^1.4.3",
"strip-ansi": "6.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"autoprefixer": "^10.4.17",
"bunchee": "^4.4.6",
"framer-motion": "^11.0.5",
Expand Down
Loading

0 comments on commit bf49f4b

Please sign in to comment.