I’m trying to figure out at what stage I should run my npm run build
script that creates dist folder, I was thinking somewhere during my deployment so
deployment:
# Staging
staging:
branch: staging
commands: - npm run build
codedeploy:
... etc
But I can’t find any confirmation of this, hence asking here