Skip to content

Commit

Permalink
ci(publish): remove bootstrap on CI because included into postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudforaison committed Jun 24, 2020
1 parent 93a289c commit 298571e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ steps:
sonar.cfamily.build-wrapper-output.bypass=true
condition: and(succeeded(), eq(variables['System.PullRequest.IsFork'], 'False'))

- script: npm ci && npm run bootstrap
- script: npm ci
displayName: 'npm ci and bootstrap'

- script: npm test -- --coverage
Expand Down

0 comments on commit 298571e

Please sign in to comment.