set shell := ["bash", "-eu", "-o", "pipefail", "-c"]
default:
@just --list
install:
npm install
dev:
npm run dev
build:
npm run build
start:
npm run start
lint:
npm run lint
deploy:
bash scripts/deploy.sh
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.