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 b47292e commit 77c9bbfCopy full SHA for 77c9bbf
1 file changed
package.json
@@ -14,7 +14,7 @@
14
"lint": "semistandard",
15
"lint:fix": "semistandard --fix",
16
"debug": "mocha --inspect --inspect-brk",
17
- "prerelease": "npm run lint && npm test && standard-version && npm login",
+ "prerelease": "git pull --ff-only && npm run lint && npm test && standard-version && npm login",
18
"release": "npm publish --access=public --tag=\"${1:-latest}\"",
19
"postrelease": "(npm logout || true) && git push --follow-tags && gh release create --draft --generate-notes \"v$(cat package.json | jq -r .version)\""
20
},
0 commit comments