From 5c007137f68fbb404481ff99c11c299194dbdfb6 Mon Sep 17 00:00:00 2001 From: Sefinek Actions Date: Wed, 13 Mar 2024 00:55:31 +0100 Subject: [PATCH] Add `npm run up` --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d683319..3c4091d 100644 --- a/package.json +++ b/package.json @@ -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"