We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b1a25 commit c3294fcCopy full SHA for c3294fc
packages/features/package.json
@@ -8,7 +8,7 @@
8
"lint": "nx lint",
9
"lint:fix": "nx lint:fix",
10
"test": "nx run features:test",
11
- "cucumber-esm": "cucumber-js --loader ts-node/esm",
+ "cucumber": "cucumber-js",
12
"type-check": "nx type-check"
13
},
14
"eslintConfig": {
packages/features/project.json
@@ -10,8 +10,11 @@
"executor": "nx:run-commands",
"dependsOn": ["^build"],
"options": {
- "command": "pnpm cucumber-esm",
- "cwd": "packages/features"
+ "command": "pnpm cucumber",
+ "cwd": "packages/features",
15
+ "env": {
16
+ "NODE_OPTIONS": "--loader ts-node/esm"
17
+ }
18
}
19
20
"lint": {
0 commit comments