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 f1fc73d commit d6e7c2aCopy full SHA for d6e7c2a
nx.json
@@ -40,6 +40,9 @@
40
"lint": {
41
"inputs": ["default", "^default"],
42
"cache": true
43
+ },
44
+ "test": {
45
+ "cache": true
46
}
47
48
packages/ruby-exercise/project.json
@@ -9,7 +9,8 @@
9
"options": {
10
"command": "ruby -Ilib:test test/**/*_test.rb",
11
"cwd": "packages/ruby-exercise"
12
- }
13
14
},
15
"run": {
16
"executor": "nx:run-commands",
0 commit comments