Skip to content

Commit

Permalink
fix: Adds publish script generation to build
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Mar 15, 2022
1 parent 43cd171 commit c47d5f0
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": "node ./esbuild.config.mjs production",
"build": "npm run publish && node ./esbuild.config.mjs production",
"publish": "node ./esbuild.publish.mjs production",
"release": "standard-version"
},
Expand Down

0 comments on commit c47d5f0

Please sign in to comment.