Skip to content

Commit

Permalink
Remove npm for linux builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenskys committed Sep 9, 2019
1 parent 7ea20c4 commit 4a4246f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,8 @@ jobs:
versionSpec: '10.16.3'
displayName: 'Install Node.js'

- script: npm install -g [email protected]
displayName: 'Install NPM'

- script: npm install -g gulp
displayName: 'Install Gulp'

- script: npm install
displayName: 'Run npm install'
- script: yarn install
displayName: 'Run yarn install'

- script: gulp release --linux32 --linux64
displayName: 'run gulp release'
Expand Down

0 comments on commit 4a4246f

Please sign in to comment.