Skip to content

fix: grouping of deck editor #649

fix: grouping of deck editor

fix: grouping of deck editor #649

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Build
env:
VITE_PAGE_NAME: ${{ vars.VITE_PAGE_NAME }}
VITE_API_URL: ${{ vars.VITE_API_URL }}
VITE_CARD_IMAGE_URL: ${{ vars.VITE_CARD_IMAGE_URL }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "npm"
node-version-file: "package.json"
- run: npm ci
- run: npm run build
- name: Upload webpack stats artifact
uses: relative-ci/agent-upload-artifact-action@v2
with:
webpackStatsFile: ./dist/webpack-stats.json