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

Build/Compile: Pass args to TypeScript and Babel #16

Merged
merged 1 commit into from
Mar 4, 2019

Conversation

ItsJonQ
Copy link
Contributor

@ItsJonQ ItsJonQ commented Mar 4, 2019

Build/Compile: Pass args to TypeScript and Babel

This update fixes the issue where --args weren't correctly being passed
to the zero build command (for Babel and TS).

This allows for a command like this:

zero build && zero build --no-clean --ts --emitDeclarationOnly

It compiles TS with Babel, and the .d.ts files with tsc

This update fixes the issue where `--args` weren't correctly being passed
to the `zero build` command (for Babel and TS).
@ItsJonQ ItsJonQ self-assigned this Mar 4, 2019
@ItsJonQ ItsJonQ added the bug Something isn't working label Mar 4, 2019
@ItsJonQ ItsJonQ merged commit 25dbbee into master Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant