From b9bec0e92ef2834693fc7c7e3dc779dd1baea907 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 2 Jan 2021 13:48:16 -0800 Subject: [PATCH] [meta] run `aud` in `posttest` --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index b2781e12..8501d652 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "through": "^2.3.8" }, "devDependencies": { + "aud": "^1.1.3", "concat-stream": "^1.6.2", "eclint": "^2.8.1", "ecstatic": "^4.1.4", @@ -55,6 +56,7 @@ "lint": "eslint . bin/*", "pretest": "npm run lint", "test": "npm run tests-only", + "posttest": "aud --production", "tests-only": "nyc tap test/*.js" }, "testling": {