Compare commits

..

No commits in common. "main" and "v0.4.0" have entirely different histories.
main ... v0.4.0

4 changed files with 6 additions and 23 deletions

View file

@ -2,8 +2,8 @@ when:
- event: manual
- event: tag
depends_on:
- test
#depends_on:
#- test
steps:
npm:

View file

@ -1,15 +0,0 @@
when:
- event: manual
- event: tag
- event: push
steps:
npm:
image: code.philo.ydns.eu/philorg/pnpm
environment:
ORG: philorg
REGISTRY_TOKEN:
from_secret: registry_token
commands:
- pnpm install --frozen-lockfile
- pnpm run type-check

View file

@ -1,6 +1,5 @@
# test-woodpecker-webapp
[![status-badge](https://code.philo.ydns.eu/woodpecker/api/badges/9/status.svg)](https://code.philo.ydns.eu/woodpecker/repos/9)
This is a sandbox for building packages (npm and container) with Woodpecker CI.
[![status-badge](https://code.philo.ydns.eu/woodpecker/api/badges/6/status.svg)](https://code.philo.ydns.eu/woodpecker/repos/6)
This is a sansbox for building packages (npm and container) with Woodpecker CI.

View file

@ -1,13 +1,12 @@
{
"name": "test-woodpecker-webapp",
"version": "0.5.17",
"version": "0.4.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"postversion": "git push && git push --tags"
"type-check": "vue-tsc --build"
},
"dependencies": {
"pinia": "^3.0.1",