Remix.run Logo
STRiDEX 6 hours ago

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

OptionOfT 5 hours ago | parent [-]

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