Skip to content

Commit 009dc40

Browse files
committed
chore: update deps and isolate packages
1 parent 2468bf6 commit 009dc40

File tree

195 files changed

+25728
-11751
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+25728
-11751
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,15 @@ jobs:
4949
with:
5050
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
5151
key: yarn-${{ hashFiles('yarn.lock') }}
52-
- name: Install Dependencies
53-
run: yarn install --immutable --mode=skip-build
54-
- run: yarn build
55-
- run: yarn run test
52+
- name: Install dependencies
53+
run: |
54+
yarn install --immutable --mode=skip-build
55+
yarn ./nm-packages/engine.dashboard install --immutable --mode=skip-build
56+
- name: Build
57+
run: |
58+
yarn ./packages/engine.utils run build
59+
yarn build --exclude @c11/engine.utils
60+
- name: Test
61+
run: yarn test
5662
- name: Upload coverage report
5763
uses: codecov/codecov-action@v1

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: "16.14.2"
1515
- name: Install dependencies
16-
run: yarn
16+
run: yarn install --immutable --mode=skip-build
1717
working-directory: docs
1818

1919
- name: Build documentation

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ TODO
2424
.scannerwork
2525
engine.output.json
2626
.app-structure.json
27-
28-
.history
27+
packages/*/.yarn
28+
nm-packages/*/.yarn
29+
.history

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ package.json
22
docs/build
33
packages/**/dist/
44
packages/**/coverage/
5+
nm-packages/**/coverage/
6+
nm-packages/**/dist/
57
.*

.yarn/plugins/@ojkelly/plugin-all.cjs

Lines changed: 232 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/plugins/@ojkelly/plugin-build.cjs

Lines changed: 0 additions & 131 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 0 additions & 363 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-typescript.cjs

Lines changed: 0 additions & 9 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-version.cjs

Lines changed: 0 additions & 550 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)