From 49ec5d031ad2426814cc6511c54f32dcddfbd3aa Mon Sep 17 00:00:00 2001 From: Simon Harrer Date: Thu, 20 Jun 2024 16:32:06 +0200 Subject: [PATCH] Precompile templates --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3bf9ca5..dc3113f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,6 +37,9 @@ jobs: - name: Install dependencies run: npm install + - name: Precompile templates + run: npm run precompile + - name: Build project run: npm run build