Skip to content

Commit

Permalink
fix: 修复构建脚本中的路径错误导致的构建失败
Browse files Browse the repository at this point in the history
  • Loading branch information
Zh40Le1ZOOB committed Feb 6, 2024
1 parent b614a65 commit f6c6d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"build": "npm run docs:build && find src/ -type f -name \"*.md\" ! -path \"src/index.md\" -exec sed -i \"/^---$/,/^---$/d\" {} \\; && mdbook build && cp book/epub/*.epub src/.vitepress/dist/ && cp book/typst-pdf/*.pdf src/.vitepress/dist/"
"build": "npm run docs:build && find src/ -type f -name \"*.md\" ! -path \"src/index.md\" -exec sed -i \"/^---$/,/^---$/d\" {} \\; && mdbook build && cp book/epub/*.epub .vitepress/dist/ && cp book/typst-pdf/*.pdf .vitepress/dist/"
}
}

0 comments on commit f6c6d0e

Please sign in to comment.