mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-12-19 00:25:49 +08:00
Trying to rework dotnet tools for docs and playwright
This commit is contained in:
committed by
Patrik Svensson
parent
19ff48f4b8
commit
bba5f0c5dc
12
docs/dotnet-tools.json
Normal file
12
docs/dotnet-tools.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"isRoot": true,
|
||||||
|
"tools": {
|
||||||
|
"microsoft.playwright.cli": {
|
||||||
|
"version": "1.2.0",
|
||||||
|
"commands": [
|
||||||
|
"playwright"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -19,12 +19,6 @@
|
|||||||
"commands": [
|
"commands": [
|
||||||
"dotnet-example"
|
"dotnet-example"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"microsoft.playwright.cli": {
|
|
||||||
"version": "1.2.0",
|
|
||||||
"commands": [
|
|
||||||
"playwright"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user