Skip to content

Commit

Permalink
Fix ignore pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
syimyuzya authored Dec 5, 2024
1 parent 016524d commit 4bc3455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"files": ["dist"],
"scripts": {
"lint": "eslint . --ignore-pattern dist/**",
"lint:fix": "eslint --fix . --ignore-pattern dist/**",
"lint": "eslint . --ignore-pattern dist/**/*",
"lint:fix": "eslint --fix . --ignore-pattern dist/**/*",
"build": "node build/main.js",
"test": "node test/main.js"
},
Expand Down

0 comments on commit 4bc3455

Please sign in to comment.