We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9026c65 commit 0c30f6fCopy full SHA for 0c30f6f
.github/workflows/build.yml
@@ -51,5 +51,6 @@ jobs:
51
- name: Build frontend by node.js
52
run: |
53
cd web
54
- npm install
+ npm install lerna -g
55
+ lerna bootstrap
56
npm run build
0 commit comments