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 3319d35 commit 7e4e2e6Copy full SHA for 7e4e2e6
package.json
@@ -12,7 +12,7 @@
12
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm",
13
"test": "pnpm run test:ci",
14
"test:pr": "nx affected --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",
+ "test:ci": "nx run-many --targets=test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build",
16
"test:eslint": "nx affected --target=test:eslint --exclude=examples/**",
17
"test:format": "pnpm run prettier --check",
18
"test:sherif": "sherif -i typescript -p \"./integrations/*\" -p \"./examples/*\"",
0 commit comments