I’ve tried to follow the deploy docs for Firebase. I have a build job and a deploy job. The build job runs fine, but when the deploy job starts, it says "Couldn’t find a package.json file in “/home/circleci/repo”.
I’m guessing this is because the deploy job uses a different docker image than the build job, but it would seem like that’s what the deploy docs want me to do. How do I get the build files from the build job to deploy?