mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-03-11 13:59:36 +02:00
trying
This commit is contained in:
parent
938fde7972
commit
3a07430598
@ -50,7 +50,6 @@ steps:
|
||||
image: oven/bun:1.1.42-alpine
|
||||
directory: docs/
|
||||
commands:
|
||||
- bun --bun install
|
||||
- bun run build
|
||||
when:
|
||||
- path: *when_path
|
||||
|
@ -4,8 +4,8 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "cd ../ && make docs && cd docs && docusaurus start",
|
||||
"build": "bun --bun build:woodpecker-plugins && docusaurus build",
|
||||
"build:woodpecker-plugins": "cd plugins/woodpecker-plugins && bun --bun install && bun run build",
|
||||
"build": "bun run build:woodpecker-plugins && bun install && bun run docusaurus build",
|
||||
"build:woodpecker-plugins": "cd plugins/woodpecker-plugins && bun install && bun run build",
|
||||
"swizzle": "docusaurus swizzle",
|
||||
"deploy": "docusaurus deploy",
|
||||
"clear": "docusaurus clear",
|
||||
|
Binary file not shown.
@ -6,7 +6,7 @@
|
||||
"typings": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"start": "bun run style && concurrently 'tsc -w' 'tsc -w -p tsconfig.jsx.json'",
|
||||
"build": "bun run style && tsc && tsc -p tsconfig.jsx.json",
|
||||
"build": "bun install && bun run style && tsc && tsc -p tsconfig.jsx.json",
|
||||
"style": "mkdir -p dist/theme/ && cp src/theme/style.css dist/theme/style.css"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -16,9 +16,9 @@
|
||||
"@tsconfig/docusaurus": "^2.0.3",
|
||||
"@types/node": "^22.10.2",
|
||||
"axios": "^1.7.9",
|
||||
"concurrently": "^9.1.0",
|
||||
"concurrently": "^9.1.1",
|
||||
"isomorphic-dompurify": "^2.19.0",
|
||||
"marked": "^15.0.3",
|
||||
"marked": "^15.0.4",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user