Skip to content

Commit 6cdc801

Browse files
committed
fix: Add build step to drone to have correct assets in npm module
1 parent a9ccdae commit 6cdc801

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.drone.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ steps:
2020
image: livingdocs/editor-base:18
2121
commands: ["npm run test:ci -s"]
2222

23+
- name: build
24+
image: livingdocs/editor-base:18
25+
commands: ["npm run build -s"]
26+
2327
- name: release
2428
image: livingdocs/semantic-release:v1.2.2
2529
environment:
@@ -32,6 +36,6 @@ trigger:
3236
event: [push]
3337
---
3438
kind: signature
35-
hmac: 8106a8978255d0eb49304dbc786c39a6c35572c8251d4246e2da0014cf2d207d
39+
hmac: 84b017f54ccb2df1406b2bdecfed49a8105816784cc1e9157276baefd50e1382
3640

3741
...

0 commit comments

Comments
 (0)