fix(ci): create directory public/js in CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-01-08 21:58:23 +01:00
parent 919edfe664
commit 49b90f6e6c
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,6 +1,6 @@
matrix: matrix:
PHP_VERSION: PHP_VERSION:
- 8.0 # - 8.0
- 8.1 - 8.1
services: services:
@ -44,6 +44,7 @@ pipeline:
image: node:16-slim image: node:16-slim
commands: commands:
- yarn - yarn
- test -d public/js || mkdir public/js
- test -f public/js/fos_js_routes.json || echo "{}" > public/js/fos_js_routes.json - test -f public/js/fos_js_routes.json || echo "{}" > public/js/fos_js_routes.json
- npm run build - npm run build