Fixed wrong command used for production build test

refs dd41929251

- this was missed from the previous commit
This commit is contained in:
Daniel Lockyer 2022-08-05 09:59:52 +02:00
parent dd41929251
commit a55d00f209
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -46,7 +46,7 @@ jobs:
node-version: "14.17.0"
- run: yarn
- run: yarn workspace ghost-admin run grunt shell:ember:prod
- run: yarn workspace ghost-admin run build:prod
- uses: daniellockyer/action-slack-build@master
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'