We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73e176 commit 61b2d0bCopy full SHA for 61b2d0b
.github/workflows/unit-test.yml
@@ -88,6 +88,7 @@ jobs:
88
89
- name: Build 🔧
90
run: |
91
+ npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"
92
npx lerna run compile
93
94
- name: Unit tests
0 commit comments