Skip to content

Commit

Permalink
Security use --omit=dev
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Dec 22, 2024
1 parent 83c2ab1 commit 2206295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build:package:dev": "npm run build:check && gulp build-resources && npm run build:api && rollup -c --watch",
"build:api": "npm run apiwebtypes && npm run apidoc",
"build:check": "npm run lint && npm run format:check && npm run type:check && npm run security:check",
"security:check": "npm audit --production --audit-level high",
"security:check": "npm audit --omit=dev --audit-level high",
"format": "prettier --write \"{components,pages,service,api-scripts}/**/*.{js,ts,tsx,d.ts}\"",
"format:check": "prettier --check \"{components,pages,service,api-scripts}/**/*.{js,ts,tsx,d.ts}\"",
"lint": "next lint --max-warnings=0 --ignore-path .gitignore .",
Expand Down

0 comments on commit 2206295

Please sign in to comment.