Feature/run build dist (#109)

* Remove duplicates

We already have everything we need in 3RD_PARTY_LICENSES

* Be mindful of pull request creators
This commit is contained in:
Paulo F. Oliveira
2022-04-21 23:51:29 +01:00
committed by GitHub
parent 10d50f7062
commit 9d4fdad6a1
4 changed files with 234 additions and 283 deletions
+1
View File
@@ -25,6 +25,7 @@ Here are a few things you can do that will increase the likelihood of your pull
- Write tests.
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
- Execute `npm run build-dist` and fix any issues arising from that
## Resources