Open owonwo opened 4 years ago
@owonwo this is the current command that's failing netlify build, any ideas?
12:54:13 AM: Failed to compile.
12:54:13 AM:
12:54:13 AM: ./src/hooks/useDemo.ts
12:54:13 AM: Cannot find file '../components/context/Democracy' in './src/hooks'.
12:54:14 AM: error Command failed with exit code 1.
12:54:14 AM: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
I'll re-assign it back to you and let you decide the best way to rebase this onto the main repo as a new branch. Let me know if I can help :)
You can use a branch on the original repo https://github.com/invisible-college/democracy I often debate between keeping my own fork and using branches as well, I'm interested to know how you think about it.
It would help me as well, to keep track of fewer repos and also allow me to contribute commits to a branch :pray:
Can you add a description to this PR and say more about what it is implementing? Also, can you rebase your changes off of
master
so that this PR has fewer commits, or close this and start a new PR and branch frommaster
? Then it will only have new things that you'd like to add, and not anything that has been merged previously.Thank you.