You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.
After every CI run, the package gets pushed with an empty repo-datastore.json file which will affect git pull or replace the existing data file with an empty json file
This needs to be fixed within the CI script and also the starting server.js script needs to be updated to check for the data file and must include a fallback logic to create a new one
The text was updated successfully, but these errors were encountered:
- Updated server.js to check for the existing database file and to include a new one if not present. Fix for #7
- Included windowsHide flag for child_process to fix the pm2 cmd bombing bug #8
After every CI run, the package gets pushed with an empty
repo-datastore.json
file which will affectgit pull
or replace the existing data file with an empty json fileThis needs to be fixed within the CI script and also the starting server.js script needs to be updated to check for the data file and must include a fallback logic to create a new one
The text was updated successfully, but these errors were encountered: