@tapjs
Workspace for node-tap development.
Dev Commands
Do this at least once to get everything set up and ready to go:
npm run bootstrap(Note: npm install will not work until you do this, because the generated TypeScript eats its own tail.)
---
Build the test class (required after any plugin or core changes):
npm run build---
Any other builds:
npm run prepare -w src/{whatever}---
After adding or removing workspaces:
npm i---
Run all tests in all workspaces:
npm test