Skip to content

Commit 34e9716

Browse files
committed
修复 github actions 脚本语法错误
1 parent 55af58e commit 34e9716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}-${{ steps.node.outputs.version }}
4141

4242
- name: Build front
43-
- run: |
43+
run: |
4444
npm install -g yarn
4545
yarn && yarn build
4646

0 commit comments

Comments
 (0)