Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .bitmap
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,13 @@
"scope": "teambit.workspace",
"version": "0.0.173",
"mainFile": "index.ts",
"rootDir": "scopes/workspace/modules/node-modules-linker"
"rootDir": "scopes/workspace/modules/node-modules-linker",
"config": {
"teambit.node/[email protected]": {},
"teambit.envs/envs": {
"env": "teambit.node/node"
}
}
},
"modules/requireable-component": {
"name": "modules/requireable-component",
Expand Down
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ jobs:
- restore_cache:
key: bitsrc-registry10
- restore_cache:
key: core-aspect-env-v0.0.30-v1
key: core-aspect-env-v0.0.30-v2
- run: echo $BIT_FEATURES
- run: node -v
- run: npm -v
Expand Down Expand Up @@ -491,7 +491,7 @@ jobs:
name: bbit install
command: cd bit && bbit install
- save_cache:
key: core-aspect-env-v0.0.30-v1
key: core-aspect-env-v0.0.30-v2
paths:
- /home/circleci/Library/Caches/Bit/capsules/caec9a1075d4addee151dbe7e351b809aaa4b088
- run: cd bit && npm run link-bit-legacy
Expand Down Expand Up @@ -537,7 +537,7 @@ jobs:
- restore_cache:
key: v3-linux-bvm-folder-{{ checksum "version.txt" }}
- restore_cache:
key: core-aspect-env-v0.0.30-v1
key: core-aspect-env-v0.0.30-v2
# - update_ssh_agent
# temporary, check if we can remove it
- run: cd bit && bit cc
Expand Down Expand Up @@ -574,7 +574,7 @@ jobs:
- restore_cache:
key: v3-linux-bvm-folder-{{ checksum "version.txt" }}
- restore_cache:
key: core-aspect-env-v0.0.30-v1
key: core-aspect-env-v0.0.30-v2
- bit_config:
env: "hub"
- restore_cache:
Expand Down Expand Up @@ -887,7 +887,7 @@ jobs:
- restore_cache:
key: bitsrc-registry10
- restore_cache:
key: core-aspect-env-v0.0.30-v1
key: core-aspect-env-v0.0.30-v2
- run: npm view @teambit/bit version > ./version.txt
- restore_cache:
key: v3-linux-bvm-folder-{{ checksum "version.txt" }}
Expand Down
4 changes: 2 additions & 2 deletions scopes/react/eslint-config-bit-react/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
}
}
},
"teambit.harmony/node": {},
"teambit.node/node@1.0.18": {},
"teambit.envs/envs": {
"env": "teambit.harmony/node"
"env": "teambit.node/node"
}
}
}