top | item 45314905

(no title)

STRiDEX | 5 months ago

What are you doing that requires checking in the compiled version. Esbuild takes like one second

discuss

order

OptionOfT|5 months ago

The code is written in typescript. So we go from

    * cloning the action 
    * running the dist/index.js
to

    * Cloning the action
    * npm install
    * npm compile
    * npm run