Skip to content

Commit

Permalink
fix: script npm
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed May 13, 2022
1 parent 6dadb9e commit b302b70
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 @@ -28,7 +28,7 @@
"build": "vite build",
"serve": "vite preview",
"precommit": "lint-staged",
"prepublish": "pnpm build",
"prepublish": "npm build",
"prettier": "prettier -c --write \"src/**/*\"",
"prerelease": "npm run build",
"release": "standard-version",
Expand Down

0 comments on commit b302b70

Please sign in to comment.