We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7013e commit 0f34462Copy full SHA for 0f34462
1 file changed
.github/workflows/release.yaml
@@ -70,7 +70,7 @@ jobs:
70
run: npm install -g npm@latest
71
72
- name: Install dependencies
73
- run: npm ci
+ run: npm ci && npm run bootstrap
74
75
- name: Build
76
run: npm run build
0 commit comments