Not sure if this is the right place for me to ask ...
# orm-help
s
Not sure if this is the right place for me to ask a Question - my apologies if its not. I am trying to use serverless-plugin-typescript and would like to add --build to the command line when it builds the ts classes. Is this possible?
r
Hey @Stuart Faircloth 👋
serverless-plugin-typescript
automatically builds the ts files specified, is there any issue you're facing in that?
s
@Ryan I have a project reference setup and the serverless-plugin-typescript is not building the project reference. Normally to build the project reference I would pass in --build to the tsc command line