Skip to content

Commit

Permalink
fix: remove publish build step
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Aug 11, 2023
1 parent 9c5cd2d commit fc9bbfc
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 @@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"dev": "node ./esbuild.config.mjs",
"build": "npm run publish && node ./esbuild.config.mjs production",
"build": "node ./esbuild.config.mjs production",
"publish": "node ./esbuild.publish.mjs production",
"release": "standard-version"
},
Expand Down

0 comments on commit fc9bbfc

Please sign in to comment.