try again at the build command

This commit is contained in:
Kurt Hutten
2020-10-12 20:27:31 +11:00
parent b1826eee40
commit 6842450288

View File

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