Skip to content
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

Added --skip-worktree to postinstall #27

Merged
merged 1 commit into from
Dec 7, 2017
Merged

Added --skip-worktree to postinstall #27

merged 1 commit into from
Dec 7, 2017

Commits on Nov 13, 2017

  1. 🔧 Added --skip-worktree to postinstall

    This will run `git update-index --skip-worktree ./src/utils/config.js`
    after `npm install`.
    
    This keeps the local changes in `./src/utils/config.js` (such as ones
    API KEY) from being tracked and accidentally uploaded to GitHub, etc.
    
    This might help with #16, but it isn't a complete solution.
    devgeeks committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    f203f52 View commit details
    Browse the repository at this point in the history