Switch to new deploy command

This commit is contained in:
Rob Cameron
2021-02-11 09:27:44 -08:00
parent 085cfd8810
commit 1199ea33b6

View File

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