Skip to content

Commit

Permalink
use npm install
Browse files Browse the repository at this point in the history
greenkeeper does not work with npm ci, see greenkeeperio/greenkeeper-lockfile#156
  • Loading branch information
StefanSchoof authored and StefanSchoof committed Dec 3, 2018
1 parent 79ab0a1 commit 0a6730f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- bash: |
set -e
npm ci
npm install
npm test
npm run build
npm run lint
Expand All @@ -88,7 +88,7 @@ jobs:
steps:
- bash: |
set -e
npm ci
npm install
npm test
npm run build
npm run lint
Expand Down

0 comments on commit 0a6730f

Please sign in to comment.