Skip to content

Commit

Permalink
Tweak check script
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Dec 2, 2024
1 parent dc01463 commit 4f92983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dicoogle/src/main/resources/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"webpack-merge": "^5.8.0"
},
"scripts": {
"check": "eslint js/**",
"check": "eslint -c eslint.config.js js/**",
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --open --config webpack.dev.js",
"format": "prettier --write js/**/*.{js,jsx} *.js sass/**/*.scss",
Expand Down

0 comments on commit 4f92983

Please sign in to comment.