We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d67751 commit 78546feCopy full SHA for 78546fe
storage/framework/core/actions/src/build/docs.ts
@@ -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
@@ -55,7 +55,7 @@ export enum Action {
55
BuildCli = 'build-cli',
56
BuildCore = 'build/core',
57
BuildDesktop = 'build/desktop',
58
- BuildDocs = 'build-docs',
+ BuildDocs = 'build/docs',
59
BuildFunctionLib = 'build-function-lib',
60
Changelog = 'changelog',
61
Clean = 'clean',
0 commit comments