Skip to content

Commit

Permalink
feat(usePrimeInputs): add Button
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Nov 3, 2024
1 parent cd5b2e9 commit 3ca892f
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 test && npm run lint && npm run build && changelogen --patch --release && npm publish --access public && git push --follow-tags",
"release": "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 3ca892f

Please sign in to comment.