Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cdonohue committed Aug 18, 2019
1 parent 395120c commit 36b2ad5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.15.3
v10.16.3
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"build:docs": "yarn workspace benefit-docs build",
"build": "yarn build:benefit && yarn build:benefit-react",
"build:benefit": "yarn workspace benefit build",
"build:benefit-react": "yarn workspace benefit-react build"
"build:benefit-react": "yarn workspace benefit-react build",
"release:benefit": "yarn workspace benefit-react release",
"release:benefit-react": "yarn workspace benefit-react release"
},
"devDependencies": {
"@babel/core": "^7.5.5",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 36b2ad5

Please sign in to comment.