diff --git a/.github/workflows/template_initialization.yaml b/.github/workflows/template_initialization.yaml index 8ec30de..727ccc6 100644 --- a/.github/workflows/template_initialization.yaml +++ b/.github/workflows/template_initialization.yaml @@ -70,6 +70,8 @@ jobs: runs-on: ubuntu-latest if: ${{ github.repository == 'garronej/ts_ci' }} steps: + - name: Show envs + run: env - name: Dump GitHub context env: GITHUB_CONTEXT: ${{ toJSON(github) }} diff --git a/README.md b/README.md index 723d56e..681d7fd 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ ✅ NEW: The workflow is now much more straightforward and portable. ✅ 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). # Presentation @@ -23,18 +24,26 @@ This template automates the boring and tedious tasks of: - Publishing on NPM and creating corresponding GitHub releases. Besides, good stuff that comes with using this template: -- No dist files are tracked on the ``main`` branch. +<<<<<<< HEAD +- The `dist/` directory is not tracked on the ``main`` branch. - Shorter specific file import path. ``import {...} from "my_module/theFile"`` instead of the usual ``import {...} from "my_module/dist/theFile"`` -- CDN distribution for importing from an ``.html`` file with a ``