Add pnpm and Nix development tooling #2
Loading…
Reference in a new issue
No description provided.
Delete branch "nix-flake"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Migrate World Feast from npm to pinned pnpm tooling and add reproducible Nix packaging plus a direnv-loaded development shell.
Changes
.envrcfor Node.js and pnpmTesting
pnpm install --frozen-lockfilepnpm test(99 tests)pnpm run typecheckpnpm run buildpnpm run smoke:clipnpm pack --dry-runnix build 'path:.#world-feast' --offlineworld-feast --helpnix flake check 'path:.' --offlinedirenv exec . sh -c 'node --version && pnpm --version && pnpm run typecheck'