npm run push fails sometimes
There is some problem with the subtree command, sometimes even if the remote branch is older than the local branch the push won't happen. Error log: ``` error: failed to push some refs to...
There is some problem with the subtree command, sometimes even if the remote branch is older than the local branch the push won't happen. Error log: ``` error: failed to push some refs to...
If the script imports `init.js` and the scripts that needs to terminate after execution, you need to have `process.env.NODE_ENV` set to `production` otherwise the whole script runs in watch mode.
Here I was trying to add a feature to comment on the issue directly from the blog page, this works but has few security concerns as follows: In `_config.yml` you see the following: ``` #...