summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorDashie <dashie@sigpipe.me>2019-07-01 19:53:27 +0200
committerDashie <dashie@sigpipe.me>2019-09-14 08:55:56 +0200
commit248c5099da67ba941f60fd23d17fda701638302f (patch)
tree63f79b499766f4126531ad210f7ca284f3f9e189 /.drone.yml
parent483478b9bc683da81749dea79fab6a50d3d4f249 (diff)
Reformat; fix CI
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 783dc886..61c5ec0b 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -43,7 +43,7 @@ steps:
image: node:10
commands:
- cd front
- - npm install
+ - yarn
- npm run lint
- npm run build