Skip to content

Commit

Permalink
build before npm pack for example. Recommended by npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Nov 28, 2024
1 parent 32ce6e9 commit a3b6657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"coverage": "vitest run --coverage --coverage.include=src",
"dev": "vite ./demo",
"lint": "eslint .",
"prepublishOnly": "npm run build",
"prepare": "npm run build",
"test": "vitest run"
},
"dependencies": {
Expand Down

0 comments on commit a3b6657

Please sign in to comment.