Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
chore: update ncu command
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Jul 2, 2020
1 parent 31041c2 commit 4d1ab73
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 @@ -57,7 +57,7 @@
"lint": "eslint 'src/**/*.ts' '__tests__/**/*.ts' --cache",
"lint:fix": "eslint --fix 'src/**/*.ts' '__tests__/**/*.ts'",
"cover": "jest --coverage",
"update": "npx ncu -u && yarn install && yarn upgrade && yarn audit",
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit",
"release": "yarn release-ga --test"
}
}

0 comments on commit 4d1ab73

Please sign in to comment.