summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 4a88427eee..662529bf2e 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -50,7 +50,8 @@ pipeline:
pull: true
commands:
- npm install
- - make stylesheets-check
+ - make css
+ - make js
when:
event: [ push, tag, pull_request ]