-
Notifications
You must be signed in to change notification settings - Fork 5
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] - public API for build process #163
Comments
As I mentioned in #159, I'm planning to deprecate the |
ok, thanks ) |
@rkovalyov Just to get knowledge, finally Do you expect to run build by |
Yeah, and you can actually see several setups using it here: |
@AviVahl How to deal with developing own build scripts (bin) for closing api from other developers, and control it from one repo ? |
Not sure I understand what you're asking... Could you clarify what it is you are trying to achieve? If you need to create a cli, you reference an entry point (with a shebang comment at the top) from the |
@AviVahl sorry for my English ) "closing api" - hidden api for other developers so finally, instead of concurrently running |
Could u please open API for build, it really helps me to wrap process inside my own build scripts ? WDYT ?:)
move code from ``cli.ts` line 32 to build.ts scripts
https://github.com/AviVahl/ts-tools/blob/main/packages/build/src/cli.ts#L32
The text was updated successfully, but these errors were encountered: