Skip to content

Commit 5e200c5

Browse files
committed
fix(ci): build editable before publishing to npm
1 parent 18de6ff commit 5e200c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pipeline:
2020

2121
build:
2222
image: node:8-alpine
23-
commands: ["npm build"]
23+
commands: ["npm run build"]
2424

2525
# Disabled because phantomJS does not run on DroneCI at the moment
2626
# test:

0 commit comments

Comments
 (0)