Skip to content

Commit 45823e7

Browse files
committed
ci fix [skip-cache]
1 parent d351cc0 commit 45823e7

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
git config --global user.name undefined
4949
git config --global user.email i@undefined.moe
50-
yarn set version stable
50+
yarn set version 4.13.0
5151
yarn
5252
yarn dedupe
5353
node build/prepare.js

.yarnrc.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
approvedGitRepositories:
2-
- "**"
3-
4-
enableScripts: true
5-
61
enableTelemetry: false
72

83
nodeLinker: node-modules

build/prepare.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ const UIConfig = {
9090
'packages/ui-default/backendlib/misc.ts',
9191
'packages/ui-default/backendlib/template.ts',
9292
'packages/ui-default/backendlib/markdown.js',
93+
'packages/ui-default/service-worker.ts',
94+
'packages/ui-default/components/message/worker.ts',
9395
'**/node_modules',
9496
],
9597
include: ['ts', 'tsx', 'vue', 'json']

0 commit comments

Comments
 (0)