console: add build task before serve

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9539
GitOrigin-RevId: e3812e29ff0788b60a43c6dab909be1486742066
This commit is contained in:
Nicolas Inchauspe 2023-06-14 12:38:12 +02:00 committed by hasura-bot
parent 331e4e3d5d
commit 107ad406f8

View File

@ -24,6 +24,9 @@
"dependsOn": ["^build"],
"inputs": ["production", "^production", "sharedWebpack"]
},
"serve": {
"dependsOn": ["^build"]
},
"test": {
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"]
},