Skip to content

Commit

Permalink
Merge pull request #81 from emulsify-ds/docs/add-deployment-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ModulesUnraveled authored Dec 23, 2021
2 parents b26443b + 3862ad9 commit ce64cf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ Emulsify-cli is developed using TypeScript. You can find all of the source files
- `npm run test`: runs Jest on the codebase. You can specify a path to a single test, and add any flags supported by Jest's CLI.
- `npm run type`: uses typescript to check all type signatures.
- `npm run twatch`: runs Jest without coverage, in verbose and watch mode. This is useful for running a single test during active development.

## Deployment

This project is automatically built and deployed to NPM via a GitHub Actions workflow. In order to deploy changes merged into the `develop` branch, simply merge `develop` into `main`, and call it a day.

0 comments on commit ce64cf7

Please sign in to comment.