Created
April 26, 2020 06:40
-
-
Save javaadpatel/c5667688cde4f27b290f3e57ad6edfed to your computer and use it in GitHub Desktop.
Flood Element Npm command for executing tests (repository: https://github.com/javaadpatel/Medium_FloodElement_AzureDevops)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"scripts": { | |
"start": "node index.js", | |
"pipeline": "node index.js if [ $? -ne 0 ] then exit 1 fi", | |
... | |
}, | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment