Skip to content

Commit

Permalink
Update .nvmrc to 14.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrellwarde committed Mar 18, 2021
1 parent 8595044 commit 554a0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
14.16.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"scripts": {
"prettify": "prettier --write \"packages/**/*.ts\"",
"lint": "eslint .",
"lerna:test": "lerna run test --concurrency 1",
"lerna:test": "lerna run test --concurrency 1 --stream",
"test": "run-s --continue-on-error lerna:test",
"test:pr": "run-s lint test",
"prepare": "run-s lerna clean -y lerna bootstrap -y",
Expand Down

0 comments on commit 554a0ed

Please sign in to comment.