Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

fix: double popups at the same time #6

fix: double popups at the same time

fix: double popups at the same time #6

Workflow file for this run

name: Build (debug)
on:
push:
branches-ignore: [main, dev]
paths-ignore:
- "**/*.md"
- ".github/**"
workflow_dispatch:
jobs:
build:
name: Build and push
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun i
- name: CI
run: bun run format
- name: Build
run: bun run build-bun
- uses: actions/upload-artifact@v4
with:
name: revenge-build-debug
path: dist/*.js
if-no-files-found: error