Skip to content

Commit

Permalink
fix: use teambit.harmony/node env until eslint issues are resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Oct 12, 2023
1 parent c32bc1a commit 2dd38ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions angular/app-types/angular-app-type/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"typescript": ">= 3.5.3"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
6 changes: 3 additions & 3 deletions workspace.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@
}
},
// All the other components use node env
"angular/devkit, angular/templates, angular/envs/base-env": {
"angular/devkit, angular/templates, angular/envs/base-env, angular/app-types": {
"teambit.envs/env": "-",
"teambit.envs/envs": {
"env": "teambit.node/node"
"env": "teambit.harmony/node"
},
"teambit.node/node@1.0.16": {}
"teambit.harmony/node": {}
},
"angular/readme": {
"teambit.mdx/mdx": {},
Expand Down

0 comments on commit 2dd38ce

Please sign in to comment.