We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cdb47 commit c940a97Copy full SHA for c940a97
package.json
@@ -23,7 +23,7 @@
23
"lint:fix": "eslint src/**/*.ts --fix",
24
"format": "prettier --write .",
25
"prepare": "npm run build",
26
- "publish": "npm run build && npm publish",
+ "publish-prod": "npm run build && npm publish",
27
"publish-beta": "npm run build && npm publish --tag beta"
28
},
29
"license": "MIT",
0 commit comments