Skip to content

Commit aeb0c45

Browse files
committed
feat: ci 删除 build 与 link next-flow-interface
1 parent 77d7801 commit aeb0c45

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@ jobs:
3737
cd ../
3838
git clone https://github.com/n-flow/next-flow-interface.git
3939
40-
- name: Build next-flow-interface
41-
run: |
42-
cd ../next-flow-interface
43-
bun install --frozen-lockfile
44-
bun run build
45-
bun link
46-
47-
- name: Link next-flow-interface to next-flow-space
48-
run: bun link next-flow-interface
49-
5040
- name: Run Unit Tests
5141
run: bun run test
5242

0 commit comments

Comments
 (0)