Skip to content

Commit 3de07b7

Browse files
committed
ci: 🎡 remove legacy build command
1 parent 86e833f commit 3de07b7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
cache: yarn
3838
- run: yarn install --frozen-lockfile
3939
- run: yarn build
40-
- run: yarn build:demo-server
4140
- run: yarn lint
4241
- run: yarn prettier:check
4342
- run: yarn typedoc

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- run: PORT=10002 yarn test:e2e --server http1 --suite json-crdt-server
2929
- run: PORT=10003 yarn test:e2e --server uws --suite json-crdt-server
3030
- run: yarn build
31-
- run: yarn build:demo-server
3231
- name: Semantic Release
3332
uses: cycjimmy/semantic-release-action@v4
3433
env:

0 commit comments

Comments
 (0)