Skip to content

Commit

Permalink
chore: Update README with simpler test instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Svetlozar committed Apr 9, 2024
1 parent d1e1357 commit 7f7fb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ yarn test:coverage
- Merge a PR on master.
- Pull and checkout master
- Update Changelog and commit
- Run tests `yarn clean && yarn build && docker-compose up -d && yarn test:coverage`
- Run tests `docker-compose up -d && yarn rebuild && yarn test:coverage`
- Run `yarn pub` - this will publish on the npm repo (need to be logged under dataui `yarn login`)

## Support
Expand Down

0 comments on commit 7f7fb88

Please sign in to comment.