Skip to content

Commit fd34f70

Browse files
committed
🐎 ci: 更新编译检查工作流
1 parent 09e30b5 commit fd34f70

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
@@ -1,4 +1,4 @@
1-
name: Deploy To Server
1+
name: Build Package and Demo
22

33
on:
44
push:
@@ -24,4 +24,6 @@ jobs:
2424
npm run build
2525
cd game
2626
npm ci
27-
npm run build
27+
npm run build
28+
cd dist
29+
npm ci --omit=dev

0 commit comments

Comments
 (0)