change audit-ci to critical

This commit is contained in:
Philipp Kühn 2019-04-11 20:36:03 +02:00
parent d8f62f010a
commit ae292856ed

View File

@ -11,7 +11,7 @@
"release": "yarn build:packages && yarn lint && yarn test && lerna publish", "release": "yarn build:packages && yarn lint && yarn test && lerna publish",
"lint": "eslint ./packages/**/src/**", "lint": "eslint ./packages/**/src/**",
"test": "jest", "test": "jest",
"audit-ci": "audit-ci --high" "audit-ci": "audit-ci --critical"
}, },
"postcss": { "postcss": {
"plugins": { "plugins": {