mfgames-writing-js/Justfile
D. Moonfire e3144df155 feat!: updating dependencies and restructuring project
- removed semantic release
- switched to a NixOS flake-based setup
  - using mfgames-project-setup-flake
- updated various underlying dependencies
- updated Node version
  - removed lerna
  - switched to npm workspaces
- updated the TypeScript version
  - basic logic for fixing various warnings and errors
- added the start of documentation
    chore: bringing various dependences and build systems up to date
2025-01-18 00:51:59 -06:00

15 lines
245 B
Makefile

_default:
just --list
build: reset-build
npm run build --workspaces
install:
npm install --ci
format:
sort-package-json package.json packages/*/package.json
treefmt
reset-build:
find -name *.tsbuildinfo | xargs rm -f