Rename hooks to commands
This commit is contained in:
parent
5a4f19ef72
commit
b93d595209
2
app.yml
2
app.yml
|
@ -128,7 +128,7 @@ redirects:
|
||||||
"^/terms-and-conditions": { to: "/terms" }
|
"^/terms-and-conditions": { to: "/terms" }
|
||||||
"^/work": { to: "/experience" }
|
"^/work": { to: "/experience" }
|
||||||
|
|
||||||
hooks:
|
commands:
|
||||||
build: |
|
build: |
|
||||||
vendor/bin/sculpin generate --env=prod
|
vendor/bin/sculpin generate --env=prod
|
||||||
yarn --pure-lockfile
|
yarn --pure-lockfile
|
||||||
|
|
Loading…
Reference in a new issue