diff --git a/.drone.star b/.drone.star index 7d5f0a253..749fa26ae 100644 --- a/.drone.star +++ b/.drone.star @@ -312,6 +312,15 @@ def binary(ctx, name): 'arch': 'amd64', }, 'steps': [ + { + 'name': 'frontend', + 'image': 'webhippie/nodejs:latest', + 'pull': 'always', + 'commands': [ + 'yarn install --frozen-lockfile', + 'yarn build', + ], + }, { 'name': 'generate', 'image': 'webhippie/golang:1.13',