Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
fungairino committed Nov 13, 2024
1 parent 79cfd1b commit 0c76026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/utils/src/debugUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function getInvalidPath(
}
}

return { invalidPath: "", values: {} };
throw new Error("Expected invalid path");
}

/**
Expand Down
1 change: 1 addition & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"cache": true
},
"lint": {
"dependsOn": ["^build:typecheck"],
"cache": true
},
"build:typecheck": {
Expand Down

0 comments on commit 0c76026

Please sign in to comment.