From b32d9bd0ab340f4e9f8c3a97ff2a4424f25fab8c Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 10 Oct 2022 15:35:33 -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 ecd2d70..79f329b 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,14 @@ "description": "parse argument options", "main": "index.js", "devDependencies": { + "aud": "^2.0.1", "nyc": "^10.3.2", "tape": "^5.6.1" }, "scripts": { "prepack": "npmignore --auto --commentLines=auto", - "test": "nyc tape test/*.js" + "test": "nyc tape test/*.js", + "posttest": "aud --production" }, "testling": { "files": "test/*.js",