Merge branch 'main' of https://github.com/garronej/ts_ci into main

This commit is contained in:
Joseph Garrone 2021-03-15 01:13:19 +01:00
commit 4f4900bf03

View file

@ -7,9 +7,12 @@
<br> <br>
</p> </p>
![image](https://user-images.githubusercontent.com/6702424/111089239-4012e480-852b-11eb-8351-df1610953d0c.png)
--- ---
✅ NEW: The workflow is now much more straightforward and portable. ✅ NEW: The workflow is now much more straightforward and portable.
✅ NEW: Only one secret has to be defined: `NPM_TOKEN` (to enable publishing on your behalf on NPM).
✅ NEW: `yarn` support You are now free to use yarn instead of `npm` if you'd like to. ✅ NEW: `yarn` support You are now free to use yarn instead of `npm` if you'd like to.
✅ NEW: React ready ( `tsconfig.json` configured to transpile `.tsx` files). ✅ NEW: React ready ( `tsconfig.json` configured to transpile `.tsx` files).