update deploy command
This commit is contained in:
@@ -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 = "/*"
|
||||||
|
|||||||
Reference in New Issue
Block a user