patch: test 5
Some checks failed
ci/woodpecker/push/build-pipeline Pipeline failed

This commit is contained in:
spassignat
2026-05-02 10:56:00 +02:00
parent 2780a35b80
commit fe09fd6330
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ steps:
commands: commands:
- npm ci --cache .npm --prefer-offline - npm ci --cache .npm --prefer-offline
- npm run build - npm run build
depends_on: [ prepare ] depends_on: [ update_version ]

View File

@@ -7,7 +7,7 @@
"update:patch": "node scripts/update-version.js -patch", "update:patch": "node scripts/update-version.js -patch",
"update:minor": "node scripts/update-version.js -minor", "update:minor": "node scripts/update-version.js -minor",
"update:major": "node scripts/update-version.js -major", "update:major": "node scripts/update-version.js -major",
"build": "mkdir dist & touch dist/app" "build": "mkdir -p dist , touch dist/app"
}, },
"engines": { "engines": {
"node": "<=25.9.0", "node": "<=25.9.0",