Update netlify.toml

This commit is contained in:
Ryan Haskell-Glatz 2021-04-27 09:21:51 -05:00 committed by GitHub
parent c230ea2aa2
commit bfc2939326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
[build]
publish = "public"
command = "cd ../src/cli && npm i && npm run build && npm link && npm i -g elm && cd ../../docs && node scripts/generate-index.js && elm-spa build"
command = "npx elm-spa build"
# Prevents missing markdown files from redirecting to index.html
[[redirects]]