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 be6d4da commit a770b4dCopy full SHA for a770b4d
.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Run build script on Linux
71
if: runner.os == 'Linux'
72
- run: npx yarn dist
+ run: npx yarn dist --verbose
73
env:
74
PATH: ./node_modules/.bin:$PATH
75
0 commit comments