Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 386 Bytes

File metadata and controls

14 lines (9 loc) · 386 Bytes

Project Structure

This a monorepo for small projects that I am working on. Will be using npm workspaces to manage dependecies between projects

How to run test for all workspaces

npm run test --workspaces

How to run individual packages

npm run --workspace=packageName For Credit Card Checker package npm run --workspace=packages/credit-card-checker