Skip to content

Commit

Permalink
Fix [libs/movex] fix Linting Issues Across the Movex Library #233
Browse files Browse the repository at this point in the history
  • Loading branch information
ManikantaMandala committed Oct 15, 2024
1 parent 303c41f commit 57efe08
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions libs/movex-specs-util/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@
"jestConfig": "libs/movex-specs-util/jest.config.ts",
"passWithNoTests": true
}
},
"build": {
"executor": "@nrwl/js:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/libs/movex-specs-util",
"tsConfig": "libs/movex-specs-util/tsconfig.lib.json",
"packageJson": "libs/movex-specs-util/package.json",
"main": "libs/movex-specs-util/src/index.ts",
"assets": ["libs/movex-specs-util/*.md"],
"updateBuildableProjectDepsInPackageJson": true,
"buildableProjectDepsInPackageJsonType": "dependencies"
}
}
},
"tags": []
Expand Down
3 changes: 2 additions & 1 deletion libs/movex/src/lib/ConnectionToMasterResources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import type {
IOEvents,
MovexClient,
SanitizedMovexClient,
MovexClientInfo,
} from 'movex-core-util';
import {
objectPick,
Expand Down Expand Up @@ -57,7 +58,7 @@ export class ConnectionToMasterResources<
TState,
TAction,
TResourceType,
{} // Fix
MovexClientInfo
>
) {
const onFwdActionHandler = (
Expand Down

0 comments on commit 57efe08

Please sign in to comment.