diff --git a/.releaserc.cjs b/.releaserc.cjs new file mode 100644 index 0000000..c6f1860 --- /dev/null +++ b/.releaserc.cjs @@ -0,0 +1,6 @@ +module.exports = { + buildCmd: 'yarn build', + publishCmd: 'yarn', + changelog: 'changelog', + npmFetch: true +} diff --git a/packages/a/package.json b/packages/a/package.json index 226c9ab..cb3d008 100644 --- a/packages/a/package.json +++ b/packages/a/package.json @@ -14,8 +14,8 @@ "random.txt" ], "release": { - "cmd": "yarn && yarn build && yarn test", - "fetch": true, + "buildCmd": "yarn build && yarn test", + "npmFetch": true, "changelog": "changelog" } } diff --git a/packages/c/package.json b/packages/c/package.json index 3ff789b..ced4e7e 100644 --- a/packages/c/package.json +++ b/packages/c/package.json @@ -14,7 +14,8 @@ "test": "node ./index.js" }, "release": { - "cmd": "yarn && yarn build && yarn test", + "buildCmd": "yarn build && yarn test", + "publishCmd": "yarn", "ghPages": "gh-pages docs c", "npmFetch": true, "changelog": "changelog"