Skip to content

Commit

Permalink
Remove npm demand (#7)
Browse files Browse the repository at this point in the history
* Remove NPM demand

#6

* Remove demand

#6
  • Loading branch information
JoshuaTheMiller committed Aug 21, 2022
1 parent 360597e commit 59e7821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tasks/bash/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"Release"
],
"demands": [
"npm"
],
"instanceNameFormat": "Authenticated Bash Script",
"showEnvironmentVariables": true,
Expand Down Expand Up @@ -129,4 +128,4 @@
"JS_Stderr": "Bash wrote one or more lines to the standard error stream.",
"JS_TranslatePathFailed": "Unable to translate the path '%s' to the Linux file system."
}
}
}
3 changes: 1 addition & 2 deletions tasks/powershell/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"Release"
],
"demands": [
"npm"
],
"instanceNameFormat": "Authenticated PowerShell Script",
"showEnvironmentVariables": true,
Expand Down Expand Up @@ -168,4 +167,4 @@
"PS_UnableToDetermineExitCode": "Unexpected exception. Unable to determine the exit code from powershell.",
"PS_InvalidTargetType": "Invalid target type '{0}'. The value must be one of: 'filepath' or 'inline'"
}
}
}

0 comments on commit 59e7821

Please sign in to comment.