Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Sep 26, 2019
1 parent 9f26544 commit 0bb0ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,6 +47,6 @@
"test": "yarn lint && yarn cover",
"lint": "eslint src/**/**/*.ts && eslint __tests__/**/**/*.ts",
"cover": "jest --coverage",
"update": "ncu -u && yarn upgrade && yarn audit"
"update": "ncu -u && yarn install && yarn upgrade && yarn audit"
}
}

0 comments on commit 0bb0ef9

Please sign in to comment.