Skip to content

Commit d2f139f

Browse files
committed
🔥 Remove preinstall script
This script was a holdover from the root package.json in the TanStack Query repo, and I forgot that those scripts also get published to NPM
1 parent 2684d46 commit d2f139f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
},
3939
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
4040
"scripts": {
41-
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm",
4241
"test": "pnpm run /^test:[^:]+$/",
4342
"clean": "premove ./dist ./coverage ./dist-ts",
4443
"compile": "tsc --build",

0 commit comments

Comments
 (0)