mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52:50 +08:00
Trying to rework dotnet tools for docs and playwright
This commit is contained in:
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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user