Skip to content

Add snippet for deleting backend code #4

Add snippet for deleting backend code

Add snippet for deleting backend code #4

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Install Dependencies
run: nix develop -c npm install
- name: Build
run: nix develop -c npm run build