|
7 | 7 | "options": {
|
8 | 8 | "commands": [
|
9 | 9 | {
|
10 |
| - "command": "nx run-many --target=lint --projects=@zerry/react-formz,@zerry/react-formz-native", |
| 10 | + "command": "nx run-many --target=lint --projects=@zerry/react-formz-core,@zerry/react-formz,@zerry/react-formz-native", |
11 | 11 | "forwardAllArgs": false
|
12 | 12 | }
|
13 | 13 | ],
|
|
19 | 19 | "options": {
|
20 | 20 | "commands": [
|
21 | 21 | {
|
22 |
| - "command": "nx run-many --target=test --projects=@zerry/react-formz,@zerry/react-formz-native", |
| 22 | + "command": "nx run-many --target=test --projects=@zerry/react-formz-core,@zerry/react-formz,@zerry/react-formz-native", |
23 | 23 | "forwardAllArgs": false
|
24 | 24 | }
|
25 | 25 | ],
|
|
31 | 31 | "options": {
|
32 | 32 | "commands": [
|
33 | 33 | {
|
34 |
| - "command": "nx run-many --target=test:watch --projects=@zerry/react-formz,@zerry/react-formz-native", |
| 34 | + "command": "nx run-many --target=test:watch --projects=@zerry/react-formz-core,@zerry/react-formz,@zerry/react-formz-native", |
35 | 35 | "forwardAllArgs": true
|
36 | 36 | }
|
37 | 37 | ],
|
|
43 | 43 | "options": {
|
44 | 44 | "commands": [
|
45 | 45 | {
|
46 |
| - "command": "nx run-many --target=build --projects=@zerry/react-formz,@zerry/react-formz-native", |
| 46 | + "command": "nx run-many --target=build --projects=@zerry/react-formz-core,@zerry/react-formz,@zerry/react-formz-native", |
47 | 47 | "forwardAllArgs": false
|
48 | 48 | }
|
49 | 49 | ],
|
|
55 | 55 | "options": {
|
56 | 56 | "commands": [
|
57 | 57 | {
|
58 |
| - "command": "nx run-many --target=format --projects=@zerry/react-formz,@zerry/react-formz-native", |
| 58 | + "command": "nx run-many --target=format --projects=@zerry/react-formz-core,@zerry/react-formz,@zerry/react-formz-native", |
59 | 59 | "forwardAllArgs": false
|
60 | 60 | }
|
61 | 61 | ],
|
|
67 | 67 | "options": {
|
68 | 68 | "commands": [
|
69 | 69 | {
|
70 |
| - "command": "nx run-many --target=check-types --projects=@zerry/react-formz,@zerry/react-formz-native", |
| 70 | + "command": "nx run-many --target=check-types --projects=@zerry/react-formz-core,@zerry/react-formz,@zerry/react-formz-native", |
71 | 71 | "forwardAllArgs": false
|
72 | 72 | }
|
73 | 73 | ],
|
|
79 | 79 | "options": {
|
80 | 80 | "commands": [
|
81 | 81 | {
|
82 |
| - "command": "nx run-many --target=check-formatting --projects=@zerry/react-formz,@zerry/react-formz-native", |
| 82 | + "command": "nx run-many --target=check-formatting --projects=@zerry/react-formz-core,@zerry/react-formz,@zerry/react-formz-native", |
83 | 83 | "forwardAllArgs": false
|
84 | 84 | }
|
85 | 85 | ],
|
|
0 commit comments