From c19354a7002bdfb7ebe8bbee3cd04ab706b0df03 Mon Sep 17 00:00:00 2001 From: shibao Date: Thu, 17 Feb 2022 23:42:53 -0500 Subject: [PATCH] cache npm --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 38f7423..7292cbd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,7 @@ steps: - _build - deps - ~/.cache/dialyzer/plts/ + - assets/node_modules/ - name: test image: bitwalker/alpine-elixir-phoenix:1.13 @@ -51,6 +52,7 @@ steps: - _build - deps - ~/.cache/dialyzer/plts/ + - assets/node_modules/ services: - name: database