Merge branch 'feature/dep' into develop
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-01-23 15:29:49 +01:00
commit b0dd69eb4e
4 changed files with 7274 additions and 7138 deletions

View file

@ -24,3 +24,4 @@ magephp:
- exec: { cmd: 'make clean', desc: 'cache' }
- exec: { cmd: 'make doctrine-migration', desc: 'migration' }
- exec: { cmd: 'php8.1 ./bin/console cache:warmup', desc: 'warmup' }
- exec: { cmd: 'php8.1 ./bin/console cache:warmup', desc: 'warmup2' }

View file

@ -45,10 +45,11 @@ pipeline:
branch: [master, master-*, develop, develop-*, feature/*]
node-build:
image: node:16-slim
image: node:16-alpine
environment:
- CPU_COUNT=3
commands:
- apk add --no-cache git
- npm install -g svg2ttf ttf2eot ttf2woff2
- svg2ttf assets/fonts/deblan/src/deblan-icon.svg assets/fonts/deblan/deblan-icon.ttf
- cat assets/fonts/deblan/deblan-icon.ttf | ttf2woff2 > assets/fonts/deblan/deblan-icon.woff2

View file

@ -10,18 +10,14 @@
"dependencies": {
"daisyui": "^2.31.0",
"encore": "^0.0.30-beta",
"flatpickr": "^4.6.9",
"lozad": "^1.16.0",
"murph-project": "^1",
"particles.js": "^2.0.0",
"particlesjs": "^2.2.3",
"popper.js": "^1.16.0",
"prismjs": "^1.23.0",
"simplemde": "^1.11.2",
"tingle.js": "^0.16.0",
"vanillajs-datepicker": "^1.1.4",
"vue": "^2.6.14",
"wire.css": "^1.2.5"
"vue": "^2.6.14"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.7",

14402
yarn.lock

File diff suppressed because it is too large Load diff