diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 432c6ad..4245552 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,6 +37,9 @@ jobs: - name: Install dependencies run: npm ci + - name: Validate templates + run: npm run validate:templates + - name: Build the project run: npm run build