wrap submodule command PR test

This commit is contained in:
Cory Miller 2022-11-14 12:34:06 -05:00
parent 5c3ccc22eb
commit a395eb81ec
3 changed files with 11 additions and 5 deletions

View file

@ -3,7 +3,7 @@
## Submitting a pull request
1. Fork and clone the repository
1. Configure and install the dependencies: `npm install`
1. Configure and install the dependencies: `npm ci`
1. Create a new branch: `git checkout -b my-branch-name`
1. Make your change, add tests, and make sure the tests still pass: `npm run test`
1. Make sure your code is correctly formatted: `npm run format`