Skip to content

Commit 6671653

Browse files
fix: fix ci script build error
1 parent 95c06cf commit 6671653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- name: Build
151151
env:
152152
NODE_OPTIONS: --max-old-space-size=4096
153-
run: jest --maxWorkers=2
153+
run:
154154
yarn add
155155
yarn build
156156
- name: Upload artifact

0 commit comments

Comments
 (0)