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 406682e commit 170f7b3Copy full SHA for 170f7b3
package.json
@@ -10,7 +10,6 @@
10
"scripts": {
11
"cleanNodeModules": "rm -rf node_modules && pnpm -r exec rm -rf node_modules",
12
"build": "nx run-many --target=build --parallel 5",
13
- "cipublish": "node scripts/publish.js",
14
"dev": "nx run-many --target=dev --parallel 20",
15
"test": "nx run-many --target=test",
16
"check-outdated": "node scripts/check-outdated-packages.js",
@@ -24,7 +23,6 @@
24
23
"@changesets/cli": "^2.29.8",
25
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
26
"@tanstack/eslint-config": "^0.3.4",
27
- "@tanstack/publish-config": "^0.2.2",
28
"eslint": "^9.20.0",
29
"eslint-plugin-react-hooks": "^5.1.0",
30
"eslint-plugin-unused-imports": "^4.1.4",
0 commit comments