Skip to content

Commit c940a97

Browse files
committed
Update package.json
1 parent c0cdb47 commit c940a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint:fix": "eslint src/**/*.ts --fix",
2424
"format": "prettier --write .",
2525
"prepare": "npm run build",
26-
"publish": "npm run build && npm publish",
26+
"publish-prod": "npm run build && npm publish",
2727
"publish-beta": "npm run build && npm publish --tag beta"
2828
},
2929
"license": "MIT",

0 commit comments

Comments
 (0)