Skip to content

Commit 6238561

Browse files
authored
Merge pull request #950 from streamich/monorepo-pkgs
Monorepo pkgs
2 parents ccb2e4a + a2f079f commit 6238561

File tree

792 files changed

+194410
-170
lines changed

Some content is hidden

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

792 files changed

+194410
-170
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
cache: yarn
23-
- run: yarn install --frozen-lockfile
23+
- run: yarn install --immutable
24+
- run: yarn build
2425
- run: yarn typedoc
2526
- run: yarn test:coverage
2627
- run: yarn build:pages

.github/workflows/pr.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
cache: yarn
25-
- run: yarn install --frozen-lockfile
25+
- run: yarn install --immutable
26+
- run: yarn build
2627
- run: yarn test
2728
lint-and-co:
2829
runs-on: ubuntu-latest
@@ -37,11 +38,11 @@ jobs:
3738
with:
3839
node-version: ${{ matrix.node-version }}
3940
cache: yarn
40-
- run: yarn install --frozen-lockfile
41+
- run: yarn install --immutable
4142
- run: yarn format
4243
- run: yarn lint
43-
- run: yarn typecheck
4444
- run: yarn build
45+
- run: yarn typecheck
4546
typedoc:
4647
runs-on: ubuntu-latest
4748
strategy:
@@ -55,5 +56,6 @@ jobs:
5556
with:
5657
node-version: ${{ matrix.node-version }}
5758
cache: yarn
58-
- run: yarn install --frozen-lockfile
59+
- run: yarn install --immutable
60+
- run: yarn build
5961
- run: yarn typedoc

bin/jj.js

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

bin/json-pack-test.js

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

bin/json-pack.js

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

bin/json-patch-test.js

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

bin/json-patch.js

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

bin/json-pointer-test.js

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

bin/json-pointer.js

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

bin/json-unpack.js

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

0 commit comments

Comments
 (0)