Skip to content

Commit

Permalink
Merge pull request #33 from ATIX-AG/correct_jest_call
Browse files Browse the repository at this point in the history
Fix ensure only run js-test on foreman_acd webpack
  • Loading branch information
m-bucher committed May 14, 2024
2 parents b8b3f19 + d87466c commit 3c76c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3c76c59

Please sign in to comment.