50l3rOriginal post
Rank 1: Thread
Hi all,
Is there any option to be able to execute my "build" script when deploying a nodejs function?
I'm trying to run "tsc -p ." after installing the packages. but I am not able.
this is my package.json
Summary
The user is asking if there is a way to execute a "build" script when deploying a Node.js function. They mention that they have tried running "tsc -p ." after installing packages but it is not working.