Skip to content

Commit

Permalink
chore: upgrade vite
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 24, 2023
1 parent de921c2 commit 565b6a9
Show file tree
Hide file tree
Showing 4 changed files with 325 additions and 35 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dist"
],
"scripts": {
"build": "vite build -c ./vite.config.cjs",
"build": "vite build -c ./vite.config.ts",
"format": "prettier --write --cache --ignore-unknown .",
"lint": "eslint .",
"prepublishOnly": "pnpm build",
Expand Down Expand Up @@ -87,7 +87,7 @@
"semantic-release": "^21.0.9",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-dts": "^1.0.4",
"vite-plugin-dts": "^3.5.2",
"vitest": "^0.34.2",
"vitest-react-native": "^0.1.2"
},
Expand Down
Loading

0 comments on commit 565b6a9

Please sign in to comment.