Skip to content

Commit

Permalink
ci: fix lint scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Dec 21, 2024
1 parent a352c46 commit a577f29
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 @@ -6,7 +6,7 @@
"scripts": {
"build": "esbuild sources/src/index.ts --bundle --minify --define:global=window --inject:./sources/esbuild.inject.ts --banner:js=\"$(cat ./sources/banner.txt)\" --target=es2022,chrome109,safari16,firefox115 --outfile=./dist/chzzk-anti-grid.user.js",
"debug": "esbuild sources/src/index.ts --bundle --define:global=window --inject:./sources/esbuild.inject.ts --banner:js=\"$(cat ./sources/banner.txt)\" --target=es2022,chrome109,safari16,firefox115 --outfile=./dist/chzzk-anti-grid-debug.user.js",
"lint": "tsc && eslint sources --ext .ts"
"lint": "tsc && eslint sources/**/*.ts"
},
"keywords": [],
"files": [
Expand Down

0 comments on commit a577f29

Please sign in to comment.