-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next top-level changes to the project #24
Comments
Add ports. env information of all the project packages here. |
Notes on Husky:
|
|
|
|
Deduplicate Remember to separate out the |
@SyntaxXeror , there is |
Commit ade0558 resolves some of the issues. |
|
In mv key vagrant
mv key.pub vagrant.pub |
|
I need @Omarley7 to answer this |
|
The husky git hooks are currently working for client because of the husky npm package in client/package.json. Can we make husky work by putting it at the root level and still not having package.json at the root?
One obvious solution is to copy husky.sh into .husky directory. But the versioning goes out the window. Is there a better solution?
The git-hooks.bash is a good idea. We can perhaps keep them in .hooks directory and have git-hooks.bash copy them into .git/hooks on the developer machine. If this takes less than half a day, please finish it. Otherwise, let's copy husky.sh into .husky directory and move on for now. If you decide to use the husky hack, please open an issue and copy our discussion to that issue so that we don't forget it. Thanks.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
done in commit 4293b8f |
@prasadtalasila Sorry I missed this issue when responding in #34. I still don't fully understand what you meant by this:
Why does versioning go out the window, if we move husky.sh to top level? |
Pending Tasks:
|
All the changes done on release-v0.2 branch. |
Fix top-level README.mdRemovedata
directorya.
tsconfig.jsonb. .eslintrc
c. .eslintignore
d. husky --> might require a top-level
script/git-hooks.bash
inscript
The text was updated successfully, but these errors were encountered: