diff --git a/.drone.star b/.drone.star index 9763738dc..7d5f0a253 100644 --- a/.drone.star +++ b/.drone.star @@ -163,6 +163,17 @@ def docker(ctx, arch): 'arch': arch, }, 'steps': [ + { + 'name': 'frontend', + 'image': 'webhippie/nodejs:latest', + 'pull': 'always', + 'commands': [ + 'yarn install --frozen-lockfile', + 'yarn lint', + 'yarn test', + 'yarn build', + ], + }, { 'name': 'generate', 'image': 'webhippie/golang:1.13',