Skip to content

Commit

Permalink
fixed: yarn instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Crushoverride007 authored Nov 30, 2023
1 parent 8b9d916 commit 2e25ca0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ pool:
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
versionSpec: '14.x'
displayName: 'Install Node.js'

- script: |
npm install
npm run build
displayName: 'npm install and build'
yarn install
displayName: 'yarn install'

0 comments on commit 2e25ca0

Please sign in to comment.