Skip to content

Commit

Permalink
build(release): add test step
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Nov 2, 2024
1 parent cd84fed commit 10cd286
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 @@ -72,7 +72,7 @@
"dev": "vite serve dev",
"dev:build": "vite build dev",
"dev:preview": "vite preview dev",
"release": "npm run lint && npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags",
"release": "npm run test && npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags",
"lint": "eslint ./src",
"lint:fix": "eslint . --fix",
"prepublishOnly": "pnpm build",
Expand Down

0 comments on commit 10cd286

Please sign in to comment.