Skip to content

Commit 0c30f6f

Browse files
Optimize the compilation of DSS front-web.
1 parent 9026c65 commit 0c30f6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ jobs:
5151
- name: Build frontend by node.js
5252
run: |
5353
cd web
54-
npm install
54+
npm install lerna -g
55+
lerna bootstrap
5556
npm run build

0 commit comments

Comments
 (0)