Skip to content

Commit

Permalink
chore: fix glob matching
Browse files Browse the repository at this point in the history
  • Loading branch information
savitris committed Feb 16, 2024
1 parent ee4c43b commit 8f1fccb
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 @@ -42,8 +42,8 @@
"test": "npm run test --workspaces --if-present",
"clean": "npm run --workspaces clean --if-present",
"clean-node_modules": "npm exec --workspaces --include-workspace-root -- rimraf node_modules",
"lint": "npm-run-all lint:*",
"lint-fix": "npm-run-all lint-fix:*",
"lint": "npm-run-all 'lint:*'",
"lint-fix": "npm-run-all 'lint-fix:*'",
"lint:css": "stylelint '**/*.{css,scss}'",
"lint:md": "markdownlint '**/*.md'",
"lint:js": "NODE_OPTIONS=--max-old-space-size=8048 eslint --ext '.{js, json, jsx, ts, tsx}' --report-unused-disable-directives .",
Expand Down

0 comments on commit 8f1fccb

Please # to comment.