File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 "preinstall" : " node -e \" if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm" ,
77 "install:csb" : " pnpm install --frozen-lockfile" ,
88 "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" ,
1111 "test:eslint" : " pnpm --filter \" ./packages/**\" --no-bail run test:eslint" ,
1212 "test:format" : " pnpm run prettier --check" ,
1313 "test:jest" : " pnpm --filter \" ./packages/**\" --no-bail run test:jest" ,
You can’t perform that action at this time.
0 commit comments