Files

14 lines
134 B
Makefile

default: install
install:
bun install
build:
npm run build
5e-shaped:
npm run build:5e-shaped
clean:
rm -rf dist node_modules