From 39ea4d3dcf152b60b15a97243c411edc06781b55 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Wed, 16 Jun 2021 20:33:00 +0530 Subject: [PATCH] chore: check audit for production --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",