move ts files in netlify command

This commit is contained in:
Kurt Hutten
2020-10-12 20:21:00 +11:00
parent efd20745d1
commit b1826eee40

View File

@@ -4,7 +4,7 @@ publish = "web/dist"
functions = "api/dist/functions"
[dev]
command = "yarn rw dev"
command = "yarn move-ts-defs && yarn rw dev"
[[redirects]]
from = "/*"