{ ..., "scripts": { "start": "cd api && node -r ./ts-paths.js dist/api/src/server.js" }}/bin/sh: 1: exec: cd: not found
{ ..., "scripts": { "start": "node -r ./ts-paths.js dist/src/server.js" }}Hello David
Glad to know that you resolved the issue. From my research, I didn’t find any evidence / documentation that lead us to believe that cd’ was officially supported before. As mentioned in the documentation you referred, you can find the current supported packages in this link as well as you can request to include new packages from this issue tracker link if there is no existing request for that.