Skip to content

Commit 78546fe

Browse files
committed
chore: wip
1 parent 9d67751 commit 78546fe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { runCommand } from '@stacksjs/cli'
2+
import { frameworkPath } from '@stacksjs/path'
3+
4+
await runCommand('bun run build', {
5+
// ...options,
6+
cwd: frameworkPath('docs'),
7+
})

storage/framework/core/enums/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export enum Action {
5555
BuildCli = 'build-cli',
5656
BuildCore = 'build/core',
5757
BuildDesktop = 'build/desktop',
58-
BuildDocs = 'build-docs',
58+
BuildDocs = 'build/docs',
5959
BuildFunctionLib = 'build-function-lib',
6060
Changelog = 'changelog',
6161
Clean = 'clean',

0 commit comments

Comments
 (0)