configure netlify build to use torchlight

This commit is contained in:
John Bowdre 2023-11-04 21:10:22 -05:00
parent 1e7f45ae91
commit 69863eedbb

View file

@ -1,4 +1,9 @@
[build]
command = """
hugo --minify
npm -i @torchlight-api/torchlight-cli
npx torchliight
"""
publish = "public"
[build.environment]