UNPKG
@currents/nx
Version:
beta (2.1.1)
latest (2.1.1)
2.1.1
2.1.0
2.0.1
2.0.0
2.0.0-beta.0
1.0.0-beta.2
1.0.0-beta.1
0.2.1
0.2.0
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Currents plugin for Nx
currents.dev
currents-dev/currents-nx
@currents/nx
/
executors.json
10 lines
(9 loc)
•
212 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"executors"
:
{
"currents"
:
{
"implementation"
:
"./src/executors/currents.impl"
,
"schema"
:
"./src/executors/schema.json"
,
"description"
:
"Run Cypress e2e tests with Currents"
}
}
}