Skip to content

Instantly share code, notes, and snippets.

@igemnace
Created May 10, 2018 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igemnace/89e743ebd35bccea7890aff550f9d471 to your computer and use it in GitHub Desktop.
Save igemnace/89e743ebd35bccea7890aff550f9d471 to your computer and use it in GitHub Desktop.
.makery.json examples from my projects.
{
"lint": {
"compiler": "eslint"
},
"build": {
"makeprg": "adb shell input keyevent 82"
},
"tags": {
"makeprg": "es-ctags -R src"
}
}
{
"lint": {
"compiler": "standard",
"makeprg": "yarn lint:check"
},
"tags": {
"makeprg": "es-ctags -R src"
},
"deploy": {
"makeprg": "yarn deploy"
}
}
{
"lint": {
"compiler": "eslint"
},
"build": {
"makeprg": "yarn bolt && yarn deploy"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment