diff --git a/package.json b/package.json index 2306e6fc..5f085aaa 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "linter": "eslint source/**/*.mjs", "dev": "nodemon source/app/web/index.mjs -e mjs,css,ejs,json", "postinstall": "node node_modules/puppeteer/install.js", - "fmt": "dprint fmt --config .github/config/dprint.json && eslint source/**/*.mjs --fix" + "fmt": "dprint fmt --config .github/config/dprint.json && npx eslint source/**/*.mjs --fix" }, "repository": { "type": "git",