Skip to content

Commit 73b5256

Browse files
committed
fix(ci): build editable before publishing to npm
1 parent 04e2735 commit 73b5256

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.drone.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ pipeline:
1818
# image: marcbachmann/eslint:5.2.0
1919
# secrets: [gh_token]
2020

21+
build:
22+
image: node:8-alpine
23+
commands: ["npm build"]
24+
2125
# Disabled because phantomJS does not run on DroneCI at the moment
2226
# test:
2327
# group: test

0 commit comments

Comments
 (0)