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 77b1d26 commit 856ee17Copy full SHA for 856ee17
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Build TS
34
run: |
35
- npm run build
+ ls node_modules && npm run build
36
37
- name: Run Tests
38
0 commit comments