From d87466c86e6c8658c25dbbf8bfe541a47348f21d Mon Sep 17 00:00:00 2001 From: Markus Bucher Date: Tue, 14 May 2024 10:14:27 +0200 Subject: [PATCH] Fix ensure only run js-test on foreman_acd webpack --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac0d450a..2a61c07d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "lint-fix": "eslint --fix *.js webpack", "stylelint": "stylelint webpack/**/*.scss", "stylelint-fix": "stylelint webpack/**/*.scss --fix", - "test": "jest --no-cache" + "test": "jest --no-cache webpack" }, "repository": { "type": "git",