diff --git a/.github/workflows/assembly-production-deployment-automation.yml b/.github/workflows/assembly-production-deployment-automation.yml index 40ae43d..22ef5b6 100644 --- a/.github/workflows/assembly-production-deployment-automation.yml +++ b/.github/workflows/assembly-production-deployment-automation.yml @@ -23,4 +23,5 @@ jobs: git pull && \ npm i && \ npm run build --if-present && \ + npm run generate --if-present && \ pm2 restart assembly --update-env