Skip to content

IF existing item is set as an input and you click "remove recipe and add as input" add to it's amount instead of duplicating it #328

IF existing item is set as an input and you click "remove recipe and add as input" add to it's amount instead of duplicating it

IF existing item is set as an input and you click "remove recipe and add as input" add to it's amount instead of duplicating it #328

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: 22
cache: 'npm'
- run: npm ci
- run: npx biome ci src
- run: npm run check-types
- run: npm test