Skip to content

Commit

Permalink
chore: change script name to prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-deriv committed Apr 29, 2024
1 parent b70d2c1 commit e703de7
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 @@ -22,7 +22,7 @@
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test": "vitest ./src/__tests__/*.test.tsx",
"prepublishOnly": "npm run test && npm run build"
"prepublish": "npm run test && npm run build"
},
"peerDependencies": {
"react": "^17.x || ^18.x",
Expand Down

0 comments on commit e703de7

Please sign in to comment.