update deploy command

This commit is contained in:
Kurt Hutten
2020-11-16 20:25:40 +11:00
parent 474f53e778
commit 8719b3991c

View File

@@ -1,10 +1,10 @@
[build] [build]
command = "yarn move-ts-defs && yarn rw build && yarn rw db up --no-db-client --auto-approve && yarn rw dataMigrate up" command = "yarn move-statics && yarn rw build && yarn rw db up --no-db-client --auto-approve && yarn rw dataMigrate up"
publish = "web/dist" publish = "web/dist"
functions = "api/dist/functions" functions = "api/dist/functions"
[dev] [dev]
command = "yarn move-ts-defs && yarn rw dev" command = "yarn move-statics && yarn rw dev"
[[redirects]] [[redirects]]
from = "/*" from = "/*"