From 10675e08fed860d1efd7a8919187dedc9420b690 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Tue, 19 Jul 2022 21:32:26 +0200 Subject: [PATCH] Fix. --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e4d2705..3088dbf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,5 +8,6 @@ steps: - npm install - npm run lint - npm run build:prod - - ls -la dist - - grep api dist/ + - ls -la dist/js + - grep api dist/* + - grep api dist/js/*