Compare commits
12 commits
Author | SHA1 | Date | |
---|---|---|---|
ff36ad0361 | |||
219f66626e | |||
4cef6c6db8 | |||
90725b45e2 | |||
42675a6e15 | |||
624f234e9a | |||
46bc879406 | |||
bf316cdf34 | |||
ffcc44af76 | |||
a416480c8e | |||
dda68de2ff | |||
337be3db07 |
4 changed files with 19 additions and 4 deletions
|
@ -2,8 +2,8 @@ when:
|
|||
- event: manual
|
||||
- event: tag
|
||||
|
||||
#depends_on:
|
||||
#- test
|
||||
depends_on:
|
||||
- test
|
||||
|
||||
steps:
|
||||
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,6 +1,6 @@
|
|||
# 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.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "test-woodpecker-webapp",
|
||||
"version": "0.5.10",
|
||||
"version": "0.5.17",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "run-p type-check \"build-only {@}\" --",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue