Skip to content

Commit e8d380e

Browse files
ci(release test): Fix workflow
[skip ci]
1 parent e640795 commit e8d380e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
# Install the dependencies (do not use npm ci to ensure we use the released version)
3838
rm package-lock.json
3939
sed -i 's|"file:cs-nodejs-bouncer.tgz"|"${{env.version}}"|g' package.json
40+
npm --prefix ../.. install tsconfig-paths
4041
npm install
41-
npm install tsconfig-paths
4242
# Check version
4343
npm list @crowdsec/nodejs-bouncer
4444
# Install Playwright Browsers

0 commit comments

Comments
 (0)