- Node.js ≥ 8.9.0
- Package Manager: pnpm
- Git
pnpm run build
pnpm run clean
pnpm test
pnpm test -- --onlyChanged
pnpm test -- -u
This starts a Node.js REPL where you can import every module inside packages/
folder.
pnpm run repl
pnpm run build
pnpm run clean
pnpm test
pnpm test -- --onlyChanged
pnpm test -- -u
This starts a Node.js REPL where you can import every module inside packages/
folder.
pnpm run repl