Skip to content

Commit bcb541c

Browse files
committed
build
1 parent b5ccf97 commit bcb541c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
on: [push, pull_request]
44

55
jobs:
6-
test:
6+
build:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
@@ -13,4 +13,6 @@ jobs:
1313
version: 8
1414

1515
- name: Build
16-
run: pnpm run build
16+
run: |
17+
pnpm install
18+
pnpm run build

0 commit comments

Comments
 (0)