remove arg

This commit is contained in:
Tommy Verrall
2025-04-08 12:12:13 +02:00
parent d9d62195cb
commit c92de832e4
@@ -106,7 +106,7 @@ jobs:
SSL_COM_TOTP_SECRET: ${{ inputs.sign && secrets.SSL_COM_TOTP_SECRET }}
run: |
echo "Starting build process..."
yarn build -v
yarn build
- name: Check bundle directory
shell: bash