From b108d2849332f6e99cefdfcdd1aaed423a19717e Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 12 Oct 2022 09:44:54 -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 01361bf..18968dd 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,11 @@ }, "scripts": { "tests-only": "tape 'test/**/*.js'", - "test": "npm run tests-only" + "test": "npm run tests-only", + "posttest": "aud --production" }, "devDependencies": { + "aud": "^2.0.1", "tape": "^5.6.1" }, "engines": {