Skip to content

Commit

Permalink
fix: prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
khang-nd committed Jan 18, 2025
1 parent 1433442 commit 1c34fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dev": "vite",
"build": "vite build && tsc --project tsconfig.build.json",
"test": "vitest",
"prepublish": "pnpm test & pnpm build"
"prepublishOnly": "vitest run & pnpm build"
},
"devDependencies": {
"@types/node": "^22.10.7",
Expand Down

0 comments on commit 1c34fa7

Please sign in to comment.