Skip to content

Commit 1b21cbb

Browse files
committed
chore: fix test
1 parent 082b2f4 commit 1b21cbb

185 files changed

Lines changed: 879 additions & 19378 deletions

File tree

Some content is hidden

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

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
restore-keys: |
1717
${{ runner.os }}-pip-
1818
- run: pip install -r ./requirements.txt
19+
- run: yarn install --immutable
1920
- run: yarn run lint
2021
- run: yarn run build
2122
env:

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Publishing
66
on:
77
push:
88
tags:
9-
'v*'
9+
- 'v*'
1010

1111
jobs:
1212
build:
@@ -65,6 +65,7 @@ jobs:
6565
registry-url: ${{ matrix.registry }}
6666
- run: yarn config set npmPublishRegistry ${{ matrix.registry }}
6767
if: matrix.branch == 'github-repo'
68+
- run: yarn install --immutable
6869
- run: yarn build
6970
env:
7071
CI: true

.pnp.cjs

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

0 commit comments

Comments
 (0)