-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Action claims that the dist/index.js file doesn't exist? #4
Comments
Hm, thanks for opening, and for trying it out @lee-dohm. Everything looks correct to me 🤔 I'm guessing that the setup script wasn't run, otherwise we'd see the log output. It should have run though; I added some more logs in cba5909 so we should at least see what it's doing with the setup script. Are you able to try again? |
Saw that you re-ran it @lee-dohm, thanks 🙏 So: It looks like |
Hmmm ... let me try changing to using |
Yep, that worked 👍 Want me to leave this open for you to track the problem? |
Yes please, thanks @lee-dohm!! I'm going to first see if there's a "right way" to do multiple commands, might need a change to |
Thank you for building this so I don't have to 😆 |
When I run
npm ci && npm run build
locally on the latest code in my repo, thedist/index.js
file is created. So I'm not sure why I'm getting this error?Thoughts?
The text was updated successfully, but these errors were encountered: