Skip to content

Commit

Permalink
Update packages/connect-query-core/package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Timo Stamm <[email protected]>
  • Loading branch information
paul-sachs and timostamm authored Dec 4, 2024
1 parent a199240 commit 57ab0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect-query-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build:esm": "tsc --project tsconfig.esm.json --outDir ./dist/esm --declaration --declarationDir ./dist/esm",
"test": "vitest --run",
"test:watch": "vitest --watch",
"format": "prettier . --write --ignore-path ./.eslintignore",
"format": "prettier --write --ignore-unknown '.' '!dist'",
"license-header": "license-header",
"lint": "eslint --max-warnings 0 .",
"attw": "attw --pack"
Expand Down

0 comments on commit 57ab0f0

Please sign in to comment.