Skip to content

Commit 9a14ef7

Browse files
Add @arethetypeswrong/cli
1 parent 18ace73 commit 9a14ef7

File tree

3 files changed

+197
-10
lines changed

3 files changed

+197
-10
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
},
3131
"namespace": "@tanstack",
3232
"devDependencies": {
33+
"@arethetypeswrong/cli": "^0.4.2",
3334
"@babel/core": "^7.21.8",
3435
"@babel/preset-env": "^7.21.5",
3536
"@babel/preset-react": "^7.18.6",

packages/eslint-plugin-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test:types": "tsc --noEmit",
3535
"test:lib": "vitest run --coverage",
3636
"test:lib:dev": "pnpm run test:lib --watch",
37-
"test:build": "publint --strict",
37+
"test:build": "publint --strict && attw --pack",
3838
"build": "tsup"
3939
},
4040
"files": [

0 commit comments

Comments
 (0)