Skip to content

Commit

Permalink
test: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Jan 22, 2024
1 parent 2710454 commit 4841b72
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 @@ -18,7 +18,7 @@
"build": "tsc -p tsconfig.build.json",
"dev": "cross-env NODE_ENV=development ts-node-esm src/index.ts",
"typecheck": "tsc -p . --noEmit",
"lint": "eslint . --ext ./src/* --fix --ignore-path .gitignore --ignore-path 'cli-tests/*' --no-error-on-unmatched-pattern --max-warnings=0",
"lint": "eslint . --ext ./src/* --fix --ignore-path .gitignore --ignore-path 'src/tests/cli-tests/*' --no-error-on-unmatched-pattern --max-warnings=0",
"commitlint": "commitlint --edit"
},
"keywords": [
Expand Down

0 comments on commit 4841b72

Please sign in to comment.