Skip to content

Commit

Permalink
fix(deps): update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kuus committed Apr 8, 2022
1 parent 5ee2dc2 commit df9aff5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
{
"extends": "@nrwl/workspace/presets/npm.json",
"npmScope": "@kjam",
"affected": {
"defaultBase": "main"
},
"cli": {
"defaultCollection": "@nrwl/react"
},
"implicitDependencies": {
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
".eslintrc.json": "*"
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
]
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/api-git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class ApiGit extends Api {
} catch (_e) {
if (this.debug) {
console.error(
`[@kjam/core]::ApiGit::getData failed parsing JSON at '${path}'`
`[@kjam/core]:ApiGit::getData failed parsing JSON at '${path}'`
);
}
return failedReturn;
Expand Down

0 comments on commit df9aff5

Please sign in to comment.