This repo contains the Secretarium Dev Suite for Typescript
Run nx build [package] to build the desired package. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Run nx test [package] to execute the unit tests via Jest.
Run nx affected:test to execute the unit tests affected by a change.
Run ng e2e [package] to execute the end-to-end tests via Cypress.
Run nx affected:e2e to execute the end-to-end tests affected by a change.
Run nx dep-graph to see a diagram of the dependencies of this suite.