Skip to content

Commit fc9bbfc

Browse files
committed
fix: remove publish build step
1 parent 9c5cd2d commit fc9bbfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "main.js",
66
"scripts": {
77
"dev": "node ./esbuild.config.mjs",
8-
"build": "npm run publish && node ./esbuild.config.mjs production",
8+
"build": "node ./esbuild.config.mjs production",
99
"publish": "node ./esbuild.publish.mjs production",
1010
"release": "standard-version"
1111
},

0 commit comments

Comments
 (0)