Skip to content

Commit

Permalink
ci: add ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Nov 23, 2023
1 parent 538f91d commit 1c71983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pool:
steps:
- script: echo $(Build.SourceBranch) | sed 's/refs\/tags\///'
displayName: 'Output tag'
- script: yarn install --ignore-engines && npx playwright install
- script: yarn install --ignore-engines && npx playwright install && yarn install ts-node -g
displayName: 'Install dependencies'
- script: ts-node scripts/downloadGithubReleasePackage.ts
displayName: 'Download release artifact from GitHub'
Expand Down

0 comments on commit 1c71983

Please sign in to comment.