Skip to content

Commit

Permalink
[Windows] Add gulp-cli npm package (#4601)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolai-frolov authored Nov 27, 2021
1 parent cb93e86 commit 340b210
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/win/toolsets/toolset-2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@
"global_packages": [
{ "name": "yarn", "test": "yarn --version" },
{ "name": "newman", "test": "newman --version" },
{ "name": "lerna", "test": "lerna --version" }
{ "name": "lerna", "test": "lerna --version" },
{ "name": "gulp-cli", "test": "gulp --version" }
]
},
"dotnet": {
Expand Down

0 comments on commit 340b210

Please sign in to comment.