Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #54 from NordicSemiconductor/make-build-more-secure
Browse files Browse the repository at this point in the history
Fast fail in automatic build
  • Loading branch information
datenreisender authored Dec 20, 2019
2 parents 34eb6a8 + 8d3a329 commit 106c907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
inputs:
versionSpec: 10
- script: |
set -o errexit -o pipefail
npm i
npm run rollup
Expand Down

0 comments on commit 106c907

Please sign in to comment.