Ross Coundon
03/05/2021, 12:41 PMnpm run build
we have a separate NPM script that calls the Javascript file say
npm run config
which actually does:
node buildClientApp.js
buildClientApp.js retrieves the config using Octokit from the provided repo and then runs npm run build on the combined config and core code. This output is then what is deployed.
Does anyone have any pointers on how this could be achieved in Seed for the backend lambda code?Jay
Ross Coundon
03/05/2021, 4:40 PMJay
Ross Coundon
03/05/2021, 7:17 PMRoss Coundon
03/05/2021, 7:17 PM