mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
-b
This commit is contained in:
@@ -50,9 +50,7 @@ steps:
|
||||
image: oven/bun:1.1.38-alpine
|
||||
directory: docs/
|
||||
commands:
|
||||
- bun install
|
||||
- bun pm untrusted
|
||||
- bun pm trust --all
|
||||
- bun --bun install
|
||||
- bun run build
|
||||
when:
|
||||
- path: *when_path
|
||||
|
||||
BIN
docs/bun.lockb
BIN
docs/bun.lockb
Binary file not shown.
@@ -4,8 +4,8 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "cd ../ && make docs && cd docs && docusaurus start",
|
||||
"build": "bun build:woodpecker-plugins && docusaurus build",
|
||||
"build:woodpecker-plugins": "cd plugins/woodpecker-plugins && bun install && bun pm trust --all && bun run build",
|
||||
"build": "bun --bun build:woodpecker-plugins && docusaurus build",
|
||||
"build:woodpecker-plugins": "cd plugins/woodpecker-plugins && bun --bun install && bun run build",
|
||||
"swizzle": "docusaurus swizzle",
|
||||
"deploy": "docusaurus deploy",
|
||||
"clear": "docusaurus clear",
|
||||
@@ -46,5 +46,10 @@
|
||||
"@types/react-helmet": "^6.1.11",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"@swc/core",
|
||||
"core-js",
|
||||
"core-js-pure"
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
@@ -30,5 +30,10 @@
|
||||
"@docusaurus/faster": "^3.6.3",
|
||||
"fuse.js": "^7.0.0",
|
||||
"yaml": "^2.6.1"
|
||||
}
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"@swc/core",
|
||||
"core-js",
|
||||
"core-js-pure"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user