diff --git a/package.json b/package.json index a986de7f..5a8e992c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "lint": "npm-run-all -l -p \"lint:**\"", "prepare": "husky install && npm run build", "release": "standard-version", - "security": "npm audit", + "security": "npm audit --production", "test:only": "cross-env NODE_ENV=test jest", "test:watch": "npm run test:only -- --watch", "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",