Skip to content

Commit

Permalink
add prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
umar-ahmed committed Oct 21, 2023
1 parent 3556c8c commit da262da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vitest run"
"test": "vitest run",
"prepublishOnly": "yarn run build && yarn run test"
}
}

0 comments on commit da262da

Please sign in to comment.