First swing at linting via Spellcheck #35

This commit is contained in:
Kevin van Zonneveld 2016-06-23 14:13:46 +02:00
parent 56e02e9306
commit bd49dda4b4

View File

@ -4,6 +4,7 @@
"version": "2.0.0",
"scripts": {
"deploy": "website/_bin/travis-deploy.sh",
"lint": "shellcheck --shell=bash $(find . -name '*.sh' -maxdepth 2)",
"release:major": "env SEMANTIC=major npm run release",
"release:minor": "env SEMANTIC=minor npm run release",
"release:patch": "env SEMANTIC=patch npm run release",