build and include blockly app
This commit is contained in:
parent
1a8e3cc08e
commit
0de7af16c2
2 changed files with 5 additions and 1 deletions
|
|
@ -108,6 +108,10 @@ ${ capitalize(definition.connections?.output || "Unspecified") }
|
|||
`
|
||||
}
|
||||
|
||||
withCleanDir("docs/blockly", () => {
|
||||
fs.cpSync("export", "docs/blockly", { recursive: true })
|
||||
})
|
||||
|
||||
withCleanDir("docs/blocks", async write => {
|
||||
const blockSidebar = {
|
||||
text: 'Blocks',
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"build-all-branches": "node build_all_branches.js",
|
||||
"preview": "npm run build && vite preview",
|
||||
"export": "node export.js",
|
||||
"docs:export": "node export_documentation.js",
|
||||
"docs:export": "npm run export && node export_documentation.js",
|
||||
"docs:dev": "vitepress dev docs",
|
||||
"docs:build": "vitepress build docs",
|
||||
"docs:preview": "vitepress preview docs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue