We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tannerlinsley
TkDodo
Learn more about funding links in repositories.
Report abuse
1 parent e7e5c96 commit 85ce6dbCopy full SHA for 85ce6db
package.json
@@ -3,7 +3,7 @@
3
"repository": "https://github.com/tanstack/query.git",
4
"scripts": {
5
"clean": "pnpm --filter \"./packages/**\" --parallel --no-bail run clean",
6
- "preinstall": "if [ \"$CI\" = \"true\" ]; then echo \"Skipping preinstall...\"; else npx -y only-allow pnpm; fi",
+ "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm",
7
"install:csb": "pnpm install --frozen-lockfile",
8
"test": "pnpm run test:ci",
9
"test:ci": "pnpm run test:format && pnpm run test:eslint && pnpm run test:jest --collectCoverage false && pnpm run typecheck",
0 commit comments