Skip to content

Commit 3319d35

Browse files
committedApr 5, 2025·
ci: disable nx-caching in CI
1 parent 8e0c6b7 commit 3319d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm",
1313
"test": "pnpm run test:ci",
1414
"test:pr": "nx affected --targets=test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build",
15-
"test:ci": "nx run-many --targets=test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build",
15+
"test:ci": "nx run-many --skip-nx-cache --targets=test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build",
1616
"test:eslint": "nx affected --target=test:eslint --exclude=examples/**",
1717
"test:format": "pnpm run prettier --check",
1818
"test:sherif": "sherif -i typescript -p \"./integrations/*\" -p \"./examples/*\"",

0 commit comments

Comments
 (0)
Please sign in to comment.