Skip to content

Commit

Permalink
Add release to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Dec 12, 2019
1 parent 0cf9468 commit 7d3d46c
Show file tree
Hide file tree
Showing 2 changed files with 760 additions and 21 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "formik-project",
"private": true,
"devDependencies": {
"lerna": "^3.19.0"
"lerna": "^3.19.0",
"release": "6.0.1"
},
"workspaces": [
"packages/*"
Expand All @@ -11,7 +12,6 @@
"lerna": "lerna",
"dev": "lerna run start --stream --parallel",
"test": "lerna run test --",
"postinstall": "lerna bootstrap",
"build": "lerna run build",
"prepublish": "lerna run prepublish",
"publish-canary": "lerna version prerelease --preid canary --force-publish && release --pre",
Expand Down
Loading

0 comments on commit 7d3d46c

Please sign in to comment.