-
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
Build Process Documentation #63
Comments
Have you installed dependencies not only devDependencies ? The build procedure ↓ 1. Install dependencies
2. Compile
Output example
|
Thanks for getting back to me! I have indeed run I tried to reset everything as much as possible, including removing the lock file, and here's what I get:
Is it possible that I've picked up too new a version of one of the dependencies? Should you maybe check in your lock file? |
I fixed this bug. |
I can confirm it's working for me now.
Might be worth adding that to the Contribute section of the read me? |
OK, I'll add build process to the Contribution section. |
Could you document the build process a bit?
I'm trying to tweak the formatting, but am not sure how to recreate
dist/index.js
(js/ts is a bit out of my comfort zone).When I do
npm run build
I'm getting errors:I guess I've got a bad dependency or the wrong version of @actions/github?
The text was updated successfully, but these errors were encountered: