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 d577ba6 commit cdbe3e9Copy full SHA for cdbe3e9
.github/workflows/quality.yml
@@ -59,6 +59,8 @@ jobs:
59
run: |
60
npm run build
61
62
+ ls -1
63
+
64
# Check that build produces expected files
65
test -f json-format-converter-chrome.zip || (echo "Chrome ZIP not created" && exit 1)
66
test -f json-format-converter-firefox.zip || (echo "Firefox ZIP not created" && exit 1)
0 commit comments