Skip to content

Commit

Permalink
Add release to stable publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Jan 28, 2020
1 parent 2852cdb commit 5b17ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "lerna run build",
"prepublish": "lerna run prepublish",
"publish-canary": "lerna version prerelease --preid canary --force-publish && release --pre",
"publish-stable": "lerna version --force-publish && node ./scripts/release-notes.js",
"publish-stable": "lerna version --force-publish && release && node ./scripts/release-notes.js",
"git-reset": "git reset --hard HEAD",
"git-clean": "git clean -d -x -e node_modules -e packages -f",
"now-build": "npm run build-website",
Expand Down

0 comments on commit 5b17ba9

Please sign in to comment.