File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ jobs:
112112 key :
113113 ${{ runner.os }}-${{ hashFiles('**/*.sh') }}
114114
115- - name : Setup pnpm for react-router
116- 117- with :
118- version : 8.10.5
115+ # - name: Setup pnpm for react-router
116+ 117+ # with:
118+ # version: 8.10.5
119119
120120 - name : Download ${{ env.PROJECT_NAME }}-${{ env.REACT_ROUTER_VERSION }}
121121 working-directory : temp
Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ mkdir -p ./runtime/logs
4040git clone https://github.com/remix-run/react-router.git source
4141(
4242 cd source || exit
43- git checkout " react-router@${PROJECT_VERSION} "
44- pnpm install --frozen-lockfile
45- npx --yes @jqassistant/ts-lce > ./../runtime/logs/jqassostant-typescript-scan.log 2>&1
43+ git checkout " react-router@${PROJECT_VERSION} " || exit
44+ pnpm install --frozen-lockfile || exit
45+ npx --yes @jqassistant/ts-lce > ./../runtime/logs/jqassostant-typescript-scan.log 2>&1 || exit
4646)
4747mkdir -p artifacts
4848mv -nv " source/.reports/jqa/ts-output.json" " artifacts/ts-react-router-${PROJECT_VERSION} .json"
You can’t perform that action at this time.
0 commit comments