-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
Omnibus of script changes and CI #132
Conversation
…ase into bagelbits.npm-cleanup
"description": "Database for 5e-srd-api", | ||
"scripts": { | ||
"lint": "eslint . --ext .js,.json", | ||
"nuke-and-replace-db": "./scripts/nuke-and-replace-db.sh" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could be something like:
db:refresh
as tasks grow its handy to namespace/keep them easy to remember.
Looks good, just 2 suggestions:
|
Well. The commits got squashed when I merged in. Though I could have separated this into at least two PRs. smacks own knucles I'll open a quick PR that changes the naming for that one. |
Overview
This addresses #127 and #128. As well as a few other things:
package.json
file so we can add linting and testing stuff.eslint
along with the JSON pluginnpm run-script lint
heroku.yml
.travis.yml
for Travis CIHere's a fun image for your troubles