File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 registry-url : https://registry.npmjs.org/
2626 cache : ' pnpm'
2727 - run : |
28- pnpm install --filter "./packages/**" --frozen-lockfile
28+ pnpm install
2929 git config --global user.name 'Tanner Linsley'
3030 git config --global user.email '[email protected] ' 3131 npm run cipublish
Original file line number Diff line number Diff line change 1818 node-version : ${{ matrix.node }}
1919 cache : ' pnpm'
2020 - name : Install dependencies
21- run : pnpm install --filter "./packages/**" --frozen-lockfile
21+ run : pnpm install
2222 - run : |
2323 pnpm run test:ci
2424 pnpm run test:size
Original file line number Diff line number Diff line change 33 "repository" : " https://github.com/tanstack/query.git" ,
44 "scripts" : {
55 "preinstall" : " if [ \" $CI\" = \" true\" ]; then echo \" Skipping preinstall...\" ; else npx -y only-allow pnpm; fi" ,
6- "install:csb" : " pnpm install --filter \" ./packages/** \" -- frozen-lockfile" ,
6+ "install:csb" : " pnpm install --frozen-lockfile" ,
77 "test" : " (is-ci && pnpm run test:ci) || pnpm run test:dev" ,
88 "test:ci" : " pnpm run typecheck && pnpm run test:format && pnpm run test:eslint && pnpm run test:jest" ,
99 "test:dev" : " pnpm run typecheck && pnpm run test:format && pnpm run test:eslint && pnpm run test:jest:dev" ,
You can’t perform that action at this time.
0 commit comments