diff --git a/package.json b/package.json index 14825b1..cdbcd95 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "lint": "eslint --ext=mjs,js .", "tests-only": "tape test.js", "test": "npm run tests-only", - "posttest": "npx npm@'>=10.2' audit" + "posttest": "npx npm@'>=10.2' audit --production" } }