mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-04 20:06:35 +03:00
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:
parent
331e4e3d5d
commit
107ad406f8
@ -24,6 +24,9 @@
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": ["production", "^production", "sharedWebpack"]
|
||||
},
|
||||
"serve": {
|
||||
"dependsOn": ["^build"]
|
||||
},
|
||||
"test": {
|
||||
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user