Compare commits

...

3 commits
v0.4.4 ... main

Author SHA1 Message Date
5c22207f0a CI: build ts 2025-06-28 03:40:22 +02:00
034d9d4c37 0.4.5
Some checks failed
ci/woodpecker/tag/build Pipeline failed
2025-06-28 03:19:56 +02:00
14363c721b CI: use debian based builder 2025-06-28 03:19:46 +02:00
3 changed files with 10 additions and 6 deletions

View file

@ -7,8 +7,7 @@ when:
steps:
npm:
image: code.philo.ydns.eu/philorg/pnpm-python
pull: true
image: code.philo.ydns.eu/philorg/pnpm-deb
environment:
ORG: philorg
REGISTRY_TOKEN:
@ -21,6 +20,11 @@ steps:
- pnpm publish --no-git-checks
failure: ignore
build:
image: code.philo.ydns.eu/philorg/pnpm-deb
commands:
- pnpm build
build_publish:
image: quay.io/podman/stable:latest
# Caution: This image is built daily. It might fill up your image store quickly.
@ -33,7 +37,7 @@ steps:
environment:
registry: code.philo.ydns.eu
org: philorg
container_name: oidc-vue-test
container_name: treetrail-frontend
registry_token:
from_secret: registry_token
commands:

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "treetrail",
"version": "0.4.4",
"version": "0.4.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "treetrail",
"version": "0.4.4",
"version": "0.4.5",
"dependencies": {
"@angular/animations": "^18.2.6",
"@angular/cdk": "^18.2.6",

View file

@ -1,6 +1,6 @@
{
"name": "treetrail-frontend",
"version": "0.4.4",
"version": "0.4.5",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json --port 4201 --serve-path /treetrail --host 0.0.0.0",