We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ccdae commit 6cdc801Copy full SHA for 6cdc801
1 file changed
.drone.yml
@@ -20,6 +20,10 @@ steps:
20
image: livingdocs/editor-base:18
21
commands: ["npm run test:ci -s"]
22
23
+- name: build
24
+ image: livingdocs/editor-base:18
25
+ commands: ["npm run build -s"]
26
+
27
- name: release
28
image: livingdocs/semantic-release:v1.2.2
29
environment:
@@ -32,6 +36,6 @@ trigger:
32
36
event: [push]
33
37
---
34
38
kind: signature
35
-hmac: 8106a8978255d0eb49304dbc786c39a6c35572c8251d4246e2da0014cf2d207d
39
+hmac: 84b017f54ccb2df1406b2bdecfed49a8105816784cc1e9157276baefd50e1382
40
41
...
0 commit comments