Skip to content

Commit 95c06cf

Browse files
fix build error of ci
1 parent b7285e7 commit 95c06cf

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
@@ -151,7 +151,7 @@ jobs:
151151
env:
152152
NODE_OPTIONS: --max-old-space-size=4096
153153
run: jest --maxWorkers=2
154-
yarn install
154+
yarn add
155155
yarn build
156156
- name: Upload artifact
157157
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)