Skip to content

Commit

Permalink
fix: Add build step to drone to have correct assets in npm module
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed Apr 25, 2023
1 parent a9ccdae commit 6cdc801
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ steps:
image: livingdocs/editor-base:18
commands: ["npm run test:ci -s"]

- name: build
image: livingdocs/editor-base:18
commands: ["npm run build -s"]

- name: release
image: livingdocs/semantic-release:v1.2.2
environment:
Expand All @@ -32,6 +36,6 @@ trigger:
event: [push]
---
kind: signature
hmac: 8106a8978255d0eb49304dbc786c39a6c35572c8251d4246e2da0014cf2d207d
hmac: 84b017f54ccb2df1406b2bdecfed49a8105816784cc1e9157276baefd50e1382

...

0 comments on commit 6cdc801

Please sign in to comment.