We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e833f commit 3de07b7Copy full SHA for 3de07b7
.github/workflows/pr.yml
@@ -37,7 +37,6 @@ jobs:
37
cache: yarn
38
- run: yarn install --frozen-lockfile
39
- run: yarn build
40
- - run: yarn build:demo-server
41
- run: yarn lint
42
- run: yarn prettier:check
43
- run: yarn typedoc
.github/workflows/release.yml
@@ -28,7 +28,6 @@ jobs:
28
- run: PORT=10002 yarn test:e2e --server http1 --suite json-crdt-server
29
- run: PORT=10003 yarn test:e2e --server uws --suite json-crdt-server
30
31
32
- name: Semantic Release
33
uses: cycjimmy/semantic-release-action@v4
34
env:
0 commit comments