Skip to content

Commit edc94cb

Browse files
chore: use --omit=dev
1 parent d099b5d commit edc94cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
3333
"build": "npm-run-all -p \"build:**\"",
3434
"commitlint": "commitlint --from=main",
35-
"security": "npm audit",
35+
"security": "npm audit --omit=dev",
3636
"lint:prettier": "prettier -w --list-different .",
3737
"lint:code": "eslint --cache .",
3838
"lint:spelling": "cspell \"**/*.*\"",

0 commit comments

Comments
 (0)