Skip to content

Remove config.name key from rollup.config.js #75

Remove config.name key from rollup.config.js

Remove config.name key from rollup.config.js #75

Workflow file for this run

name: Build Backend
on:
push:
branches: main
pull_request:
branches: main
# workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Build docker image
run: ./backend/build-docker-image.sh
shell: bash
- name: Run docker image
run: ./backend/run-docker-image.sh