diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 285ee11..36a8101 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,8 @@ jobs: uses: actions/setup-node@v2 with: node-version: '17' + + - name: Create frontend bundle run: cd public && npm ci && npm run bundle - name: Cache Go modules