Skip to content

Commit e4d9418

Browse files
committed
fixup! Use pnpm as package manager for react-router.
1 parent 5f60f4d commit e4d9418

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/typescript-code-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ jobs:
112112
key:
113113
${{ runner.os }}-${{ hashFiles('**/*.sh') }}
114114

115-
- name: Setup pnpm for react-router
116-
uses: pnpm/[email protected]
117-
with:
118-
version: 8.10.5
115+
# - name: Setup pnpm for react-router
116+
# uses: pnpm/[email protected]
117+
# with:
118+
# version: 8.10.5
119119

120120
- name: Download ${{ env.PROJECT_NAME }}-${{ env.REACT_ROUTER_VERSION }}
121121
working-directory: temp

scripts/downloader/downloadReactRouter.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ mkdir -p ./runtime/logs
4040
git 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
)
4747
mkdir -p artifacts
4848
mv -nv "source/.reports/jqa/ts-output.json" "artifacts/ts-react-router-${PROJECT_VERSION}.json"

0 commit comments

Comments
 (0)