Compare commits
27 commits
Author | SHA1 | Date | |
---|---|---|---|
ff36ad0361 | |||
219f66626e | |||
4cef6c6db8 | |||
90725b45e2 | |||
42675a6e15 | |||
624f234e9a | |||
46bc879406 | |||
bf316cdf34 | |||
ffcc44af76 | |||
a416480c8e | |||
dda68de2ff | |||
337be3db07 | |||
a11fc5adb0 | |||
0854a250d8 | |||
4336235ce9 | |||
cb5356cc3d | |||
67baeba6f9 | |||
fe6282ebca | |||
576bdddddb | |||
e03158d599 | |||
9862c44df7 | |||
981db9649e | |||
d4f1c0e6f5 | |||
ac19c8313f | |||
8054b055e0 | |||
4f221e46e8 | |||
755a7d84cd |
4 changed files with 23 additions and 6 deletions
|
@ -2,8 +2,8 @@ when:
|
||||||
- event: manual
|
- event: manual
|
||||||
- event: tag
|
- event: tag
|
||||||
|
|
||||||
#depends_on:
|
depends_on:
|
||||||
#- test
|
- test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
npm:
|
npm:
|
||||||
|
|
15
.woodpecker/test.yaml
Normal file
15
.woodpecker/test.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
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
|
|
@ -1,5 +1,6 @@
|
||||||
# test-woodpecker-webapp
|
# test-woodpecker-webapp
|
||||||
|
|
||||||
[](https://code.philo.ydns.eu/woodpecker/repos/6)
|
[](https://code.philo.ydns.eu/woodpecker/repos/9)
|
||||||
|
|
||||||
|
This is a sandbox for building packages (npm and container) with Woodpecker CI.
|
||||||
|
|
||||||
This is a sansbox for building packages (npm and container) with Woodpecker CI.
|
|
|
@ -1,12 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "test-woodpecker-webapp",
|
"name": "test-woodpecker-webapp",
|
||||||
"version": "0.4.0",
|
"version": "0.5.17",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "run-p type-check \"build-only {@}\" --",
|
"build": "run-p type-check \"build-only {@}\" --",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"build-only": "vite build",
|
"build-only": "vite build",
|
||||||
"type-check": "vue-tsc --build"
|
"type-check": "vue-tsc --build",
|
||||||
|
"postversion": "git push && git push --tags"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pinia": "^3.0.1",
|
"pinia": "^3.0.1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue