Skip to content

Commit

Permalink
Merge pull request #13 from amir-deriv/master
Browse files Browse the repository at this point in the history
[FEQ] change script name to prepublish
  • Loading branch information
amir-deriv authored Apr 29, 2024
2 parents 69a8e9f + e703de7 commit 3746246
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 3746246

Please sign in to comment.