mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
reset
This commit is contained in:
@@ -51,6 +51,8 @@ steps:
|
||||
directory: docs/
|
||||
commands:
|
||||
- bun install
|
||||
- bun pm untrusted
|
||||
- bun pm trust --all
|
||||
- bun run build
|
||||
when:
|
||||
- path: *when_path
|
||||
|
||||
BIN
docs/bun.lockb
BIN
docs/bun.lockb
Binary file not shown.
@@ -1,14 +1,11 @@
|
||||
{
|
||||
"name": "woodpecker",
|
||||
"version": "0.0.0",
|
||||
"workspaces": [
|
||||
"plugins/woodpecker-plugins/*"
|
||||
],
|
||||
"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 i && bun run build",
|
||||
"build:woodpecker-plugins": "cd plugins/woodpecker-plugins && bun install && bun pm trust --all && bun run build",
|
||||
"swizzle": "docusaurus swizzle",
|
||||
"deploy": "docusaurus deploy",
|
||||
"clear": "docusaurus clear",
|
||||
@@ -21,15 +18,12 @@
|
||||
"@docusaurus/faster": "^3.6.3",
|
||||
"@docusaurus/plugin-content-blog": "^3.6.3",
|
||||
"@docusaurus/preset-classic": "^3.6.3",
|
||||
"@easyops-cn/docusaurus-search-local": "^0.46.1",
|
||||
"@easyops-cn/docusaurus-search-local": "^0.46.0",
|
||||
"clsx": "^2.1.1",
|
||||
"docusaurus": "^1.14.7",
|
||||
"postcss": "^8",
|
||||
"prism-react-renderer": "^2.4.1",
|
||||
"prism-react-renderer": "^2.4.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"redocusaurus": "^2.2.0",
|
||||
"textlint": "^14.4.0"
|
||||
"redocusaurus": "^2.2.0"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
@@ -47,8 +41,8 @@
|
||||
"@docusaurus/module-type-aliases": "^3.6.3",
|
||||
"@docusaurus/tsconfig": "3.6.3",
|
||||
"@docusaurus/types": "^3.6.3",
|
||||
"@types/node": "^22.10.2",
|
||||
"@types/react": "^18.3.16",
|
||||
"@types/node": "^22.9.3",
|
||||
"@types/react": "^18.3.1",
|
||||
"@types/react-helmet": "^6.1.11",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"typescript": "^5.7.2"
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user