FEAT: Added validation script for yarn, removed last contentful ref
parent
7d2b752d
No related branches found
No related tags found
... | ... | @@ -11,7 +11,7 @@ |
"lint": "next lint", | ||
"preview": "next build && next start", | ||
"export": "next build && next export", | ||
"validation": "yarn reuse; yarn trivy; yarn lint; yarn export", | ||
"validation": "yarn reuse; yarn trivy; yarn lint; yarn install; yarn export", | ||
"reuse": "reuse lint", | ||
"trivy": "trivy filesystem --scanners vuln,config --exit-code 1 --severity HIGH,CRITICAL yarn.lock" | ||
}, | ||
... | ... | @@ -21,7 +21,6 @@ |
"@tailwindcss/forms": "^0.5.0", | ||
"@tailwindcss/typography": "^0.5.0", | ||
"ansi-regex": "6.0.1", | ||
"contentful": "^10.0.0", | ||
"fs": "^0.0.1-security", | ||
"json5": "2.2.3", | ||
"minimist": "1.2.8", | ||
... | ... |
Please register or sign in to comment