mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-10 01:52:19 +00:00
configure netlify build to use torchlight
This commit is contained in:
parent
1e7f45ae91
commit
69863eedbb
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
[build]
|
[build]
|
||||||
|
command = """
|
||||||
|
hugo --minify
|
||||||
|
npm -i @torchlight-api/torchlight-cli
|
||||||
|
npx torchliight
|
||||||
|
"""
|
||||||
publish = "public"
|
publish = "public"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
|
|
Loading…
Reference in a new issue