Skip to content

Instantly share code, notes, and snippets.

@javaadpatel
Created April 26, 2020 06:40
Show Gist options
  • Save javaadpatel/c5667688cde4f27b290f3e57ad6edfed to your computer and use it in GitHub Desktop.
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)
{
...
"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