diff --git a/package.json b/package.json index 29d6d99..aa8c6d7 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "dev": "npx sf d app", "open": "node ./scripts/open.js", "eol": "git rm -rf --cached . && git reset --hard HEAD", - "patch": "npm run build && npm run test && npx sf publish patch -r", + "patch": "npm version patch && npm run build && npm run test && npm publish", "beta": "npm version prerelease --preid=beta && npm run build && npm run test && npm publish --tag beta" }, "workspaces": [