We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ace73 commit 9a14ef7Copy full SHA for 9a14ef7
3 files changed
package.json
@@ -30,6 +30,7 @@
30
},
31
"namespace": "@tanstack",
32
"devDependencies": {
33
+ "@arethetypeswrong/cli": "^0.4.2",
34
"@babel/core": "^7.21.8",
35
"@babel/preset-env": "^7.21.5",
36
"@babel/preset-react": "^7.18.6",
packages/eslint-plugin-query/package.json
@@ -34,7 +34,7 @@
"test:types": "tsc --noEmit",
"test:lib": "vitest run --coverage",
"test:lib:dev": "pnpm run test:lib --watch",
37
- "test:build": "publint --strict",
+ "test:build": "publint --strict && attw --pack",
38
"build": "tsup"
39
40
"files": [
0 commit comments