File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
"preinstall" : " node -e \" if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm" ,
7
7
"install:csb" : " pnpm install --frozen-lockfile" ,
8
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" ,
10
- "test:react:17" : " pnpm --filter \" ./packages/react-*\" --no-bail run test:jest --collectCoverage false " ,
9
+ "test:ci" : " pnpm run test:format && pnpm run test:eslint && pnpm run test:jest && pnpm run typecheck" ,
10
+ "test:react:17" : " pnpm --filter \" ./packages/react-*\" --no-bail run test:jest" ,
11
11
"test:eslint" : " pnpm --filter \" ./packages/**\" --no-bail run test:eslint" ,
12
12
"test:format" : " pnpm run prettier --check" ,
13
13
"test:jest" : " pnpm --filter \" ./packages/**\" --no-bail run test:jest" ,
You can’t perform that action at this time.
0 commit comments