We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b60858 commit 3fed235Copy full SHA for 3fed235
.github/workflows/build.yml
@@ -51,6 +51,6 @@ jobs:
51
- name: Build frontend by node.js
52
run: |
53
cd web
54
- npm install lerna -g
+ npm install lerna@4.0.0 -g
55
lerna bootstrap
56
npm run build
0 commit comments