UNPKG
nx-uvu
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
An Nx executor for the uvu test runner
github.com/jmcdo29/nx-uvu
jmcdo29/nx-uvu
nx-uvu
/
executor.json
10 lines
(9 loc)
•
145 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"executors"
:
{
"uvu"
:
{
"implementation"
:
"./impl"
,
"schema"
:
"./schema.json"
,
"description"
:
"Runs `uvu`"
}
}
}