From dc1cc12b956ccd93d58aaaad263bee7d50576d27 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 12 Oct 2022 10:39:47 -0700 Subject: [PATCH] [Tests] add `aud` in `posttest` --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 567e962..1e32086 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ }, "bugs": "https://github.com/substack/node-shell-quote/issues", "devDependencies": { + "aud": "^2.0.1", "tape": "^5.6.1" }, "homepage": "https://github.com/substack/node-shell-quote", @@ -26,6 +27,7 @@ }, "scripts": { "tests-only": "tape 'test/**/*.js'", - "test": "npm run tests-only" + "test": "npm run tests-only", + "posttest": "aud --production" } }