mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-20 07:07:51 +00:00
First swing at linting via Spellcheck #35
This commit is contained in:
parent
56e02e9306
commit
bd49dda4b4
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user