Postinstall isn't automatically run(?)

This commit is contained in:
Kevin van Zonneveld 2016-11-30 20:56:57 +01:00
parent 0bed7a3782
commit 2295da9233

View File

@ -9,6 +9,7 @@
"encrypt": "lanyon encrypt", "encrypt": "lanyon encrypt",
"inject": "./website/_scripts/inject.sh", "inject": "./website/_scripts/inject.sh",
"injecter": "nodemon --verbose --watch ./ --ignore 'website/*.md' --ignore website/_site --ignore website/.lanyon --ext html,json,md,js,css,png,jpg --exec 'npm run inject'", "injecter": "nodemon --verbose --watch ./ --ignore 'website/*.md' --ignore website/_site --ignore website/.lanyon --ext html,json,md,js,css,png,jpg --exec 'npm run inject'",
"install": "lanyon postinstall",
"lint": "shellcheck --shell=bash $(find . -name '*.sh' -maxdepth 2)", "lint": "shellcheck --shell=bash $(find . -name '*.sh' -maxdepth 2)",
"release:major": "env SEMANTIC=major npm run release", "release:major": "env SEMANTIC=major npm run release",
"release:minor": "env SEMANTIC=minor npm run release", "release:minor": "env SEMANTIC=minor npm run release",