File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 28
28
"jestConfig" : " libs/movex-specs-util/jest.config.ts" ,
29
29
"passWithNoTests" : true
30
30
}
31
+ },
32
+ "build" : {
33
+ "executor" : " @nrwl/js:tsc" ,
34
+ "outputs" : [" {options.outputPath}" ],
35
+ "options" : {
36
+ "outputPath" : " dist/libs/movex-specs-util" ,
37
+ "tsConfig" : " libs/movex-specs-util/tsconfig.lib.json" ,
38
+ "packageJson" : " libs/movex-specs-util/package.json" ,
39
+ "main" : " libs/movex-specs-util/src/index.ts" ,
40
+ "assets" : [" libs/movex-specs-util/*.md" ],
41
+ "updateBuildableProjectDepsInPackageJson" : true ,
42
+ "buildableProjectDepsInPackageJsonType" : " dependencies"
43
+ }
31
44
}
32
45
},
33
46
"tags" : []
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import type {
9
9
IOEvents ,
10
10
MovexClient ,
11
11
SanitizedMovexClient ,
12
+ MovexClientInfo ,
12
13
} from 'movex-core-util' ;
13
14
import {
14
15
objectPick ,
@@ -57,7 +58,7 @@ export class ConnectionToMasterResources<
57
58
TState ,
58
59
TAction ,
59
60
TResourceType ,
60
- { } // Fix
61
+ MovexClientInfo
61
62
>
62
63
) {
63
64
const onFwdActionHandler = (
You can’t perform that action at this time.
0 commit comments