Skip to content

Commit

Permalink
chore: fix broken package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo committed Jan 30, 2023
1 parent d37e64e commit a9ba135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/solid-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test:eslint": "eslint --ext .ts,.tsx ./src",
"test:types": "tsc",
"test:lib": "jest --config ./jest.config.ts",
"test:lib:dev": "pnpm run test:lib --watch",
"test:lib:dev": "pnpm run test:lib --watch"
},
"files": [
"build/lib/*",
Expand Down

0 comments on commit a9ba135

Please sign in to comment.