Skip to content

Commit

Permalink
Attempt to fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadtalasila committed Jan 12, 2024
1 parent 7b3676a commit 4d70329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lib-ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
files: servers/lib/coverage/clover.xml
flags: lib-microservice-tests


publish-package:

if: |
Expand Down
2 changes: 1 addition & 1 deletion servers/lib/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ file. Please see [README](./README.md) for this information.
```bash
yarn install # Install dependencies for the microservice
yarn syntax # Analyze code for errors and style issues
yarn format #format .ts[x] and .js[x] files with prettier.
yarn format #format .ts[x] and .js[x] files with prettier
yarn graph # Generate dependency graphs in the code
yarn build # Compile ES6 to ES5 and copy JS files to build/ directory
yarn test:unit # Run all tests
Expand Down

0 comments on commit 4d70329

Please sign in to comment.