From 996017f18924aebdf3a88af4b0322f383cd2cccc Mon Sep 17 00:00:00 2001 From: christian medders Date: Tue, 13 Feb 2024 15:27:24 -0500 Subject: [PATCH] removing testing snyk script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 4c29f43..3ed82cb 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,7 @@ "federalist": "npm run build", "prestart": "npm run build", "start": "concurrently \"npx gulp watch\" \"bundle exec jekyll serve\"", - "test:pa11y": "pa11y-ci --config .pa11yci --sitemap http://localhost:4000/sitemap.xml", - "test:snyk": "snyk code test" + "test:pa11y": "pa11y-ci --config .pa11yci --sitemap http://localhost:4000/sitemap.xml" }, "repository": { "type": "git",