From 49b90f6e6cc83bda20cea8e4a81021375e9206f3 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 8 Jan 2023 21:58:23 +0100 Subject: [PATCH] fix(ci): create directory public/js in CI --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 708c540..b571fa1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,6 @@ matrix: PHP_VERSION: - - 8.0 + # - 8.0 - 8.1 services: @@ -44,6 +44,7 @@ pipeline: image: node:16-slim commands: - yarn + - test -d public/js || mkdir public/js - test -f public/js/fos_js_routes.json || echo "{}" > public/js/fos_js_routes.json - npm run build