Skip to content

Commit

Permalink
Merge pull request #29 from emulsify-ds/develop
Browse files Browse the repository at this point in the history
deploy
  • Loading branch information
patrickocoffeyo authored Oct 8, 2021
2 parents b993a31 + 17de6bb commit f3801e0
Show file tree
Hide file tree
Showing 9 changed files with 14,694 additions and 186 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Emulsify-cli is developed using TypeScript. You can find all of the source files
- Install the version of node as specified in this project's `.nvmrc` file. If you are using nvm, simply run `nvm use`.
- Clone this repository into a directory of your choosing.
- In the directory, run `npm install`.
- Build the project: `npm run build`, or watch: `npm run watch`.
- To test the CLI, run: `npm link`.

### Scripts
Expand Down
1 change: 1 addition & 0 deletions jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jest.mock('fs-extra', () => ({
}));

jest.mock('child_process');
jest.mock('progress');
Loading

0 comments on commit f3801e0

Please sign in to comment.