mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-18 22:27:51 +00:00
Postinstall isn't automatically run(?)
This commit is contained in:
parent
0bed7a3782
commit
2295da9233
@ -9,6 +9,7 @@
|
||||
"encrypt": "lanyon encrypt",
|
||||
"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'",
|
||||
"install": "lanyon postinstall",
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user