Skip to content

Commit

Permalink
chore(scripts): add prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny1020 committed Jul 14, 2024
1 parent 64beb46 commit 1aafa85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@
"require": "./dist/index.umd.cjs"
}
},
"source": "src/index.tsx",
"source": "src/index.ts",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"private": false,
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"build": "tsc && vite build",
"prepublish": "pnpm i && tsc && vitest run && vite build",
"test": "vitest"
},
"devDependencies": {
Expand Down

0 comments on commit 1aafa85

Please sign in to comment.