Skip to content

Commit

Permalink
Add npm run up
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Mar 12, 2024
1 parent bb0e5da commit 5c00713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"test": "test"
},
"scripts": {
"up": "ncu -u && npm install && npm update && npm audit fix",
"test": "jest test/index.test.js",
"test-async": "node examples/async.example.js",
"test-promise": "node examples/promise.example.js"
Expand Down

0 comments on commit 5c00713

Please sign in to comment.