forked from yvv/decision
build : @yvv/nuxt-base en git+https + git dans les environnements npm
- la dép git+ssh échouait en CI : pas de clé SSH dans les conteneurs, et node:20-slim n'a pas le binaire git (ENOENT) — npm signalait un faux « tarball corrupted » - package.json + lock : git+https://git.open.us.org/… (#v0.1.0 → b1c6a2f, même commit épinglé) — nécessite le repo yvv-nuxt-base public - git + ca-certificates ajoutés : step test-frontend (.woodpecker.yml) et image de base du frontend.Dockerfile - vérifié : npm install + build zéro erreur Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"@polkadot/util": "^13.5.9",
|
||||
"@unocss/nuxt": "^66.6.0",
|
||||
"@vueuse/nuxt": "^14.2.1",
|
||||
"@yvv/nuxt-base": "git+ssh://gitea@git.open.us.org/yvv/yvv-nuxt-base.git#v0.1.0",
|
||||
"@yvv/nuxt-base": "git+https://git.open.us.org/yvv/yvv-nuxt-base.git#v0.1.0",
|
||||
"idb-keyval": "^6.3.0",
|
||||
"nuxt": "^4.3.1",
|
||||
"pinia": "^3.0.2",
|
||||
|
||||
Reference in New Issue
Block a user