From c10311bf6f9ac6d6f1e6edaed803e3d7dcf3b3e4 Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Thu, 19 Aug 2021 15:47:54 +0530 Subject: [PATCH] Fix deployment config --- .github/workflows/assembly-production-deployment-automation.yml | 1 + 1 file changed, 1 insertion(+) 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