Keeps your processes running.
Go to file
Ian Wijma 99cc6708c6
Keep Running / Build (push) Failing after 2m51s Details
Add new scripts to package.json and handle rpm/rph conflict
Updated the package.json with two new scripts: copy-local and build-local. This allows for easier local testing by building and copying the program to a local directory. In index.js, handled the situation where both rpm and rph options are provided by the user, which was causing conflicts. This is resolved by adding explicit handling which returns an error and asks the user to choose only one.
2023-11-19 16:19:24 +11:00
.github/workflows Add OS-specific build archives to GitHub workflow 2023-11-19 16:05:18 +11:00
bin run.sh > test.sh to clearify the command is for testing purposes. 2023-11-19 13:37:03 +11:00
src Add new scripts to package.json and handle rpm/rph conflict 2023-11-19 16:19:24 +11:00
.gitignore "Added delay option and improved error logging in process manager" 2023-11-19 15:38:49 +11:00
package-lock.json Added pkg 2023-11-19 13:30:11 +11:00
package.json Add new scripts to package.json and handle rpm/rph conflict 2023-11-19 16:19:24 +11:00