Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest version of actions/typescript-template. #6

Merged
merged 4 commits into from
Mar 9, 2020

Conversation

rwjblue
Copy link
Collaborator

@rwjblue rwjblue commented Mar 9, 2020

  • Changes release process to avoid checking node_modules/ in
  • Adds @zeit/ncc to build a single entry point file (in dist/)
  • Enables noImplicitAny in tsconfig.json
  • Removes symlink-or-copy usage (we already didn't support win32 with
    volta@0.6, so just use fs.symlinkSync directly)

Detailed diff is here:

actions/typescript-action@01408a...46a3e11

* Changes release process to avoid checking `node_modules/` in
* Adds `@zeit/ncc` to build a single entry point file (in `dist/`)
* Enables noImplicitAny in `tsconfig.json`
* Removes `symlink-or-copy` usage (we already didn't support win32 with
  volta@0.6, so just use fs.symlinkSync directly)
* Move entry point from `src/main.ts` to `src/index.ts`

Detailed diff is here:

actions/typescript-action@01408a...46a3e11
Now that we are using `@zeit/ncc` we do not actually have any
"dependencies" (everything is _basically_ a bundled depencency).
Ensures that `dist/` and `lib/` don't end up with extra cruft laying
around...
@rwjblue rwjblue merged commit 11177c5 into master Mar 9, 2020
@rwjblue rwjblue deleted the update-template branch March 9, 2020 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant