geekodour Student the struggle is real

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...

You need to set process.NODE_ENV in every script

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.

Issue with using githubAuth and firebase

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: ``` #...