Skip to content

Commit acc7efb

Browse files
committed
docs: revert to using build command
1 parent 3001ee4 commit acc7efb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dev:build": "nuxi build playground",
3838
"dev:prepare": "pnpm nuxt-module-build --stub && nuxi prepare playground",
3939
"docs:dev": "nuxi dev docs",
40-
"docs:build": "nuxi generate docs",
40+
"docs:build": "nuxi build docs",
4141
"lint": "pnpm lint:all:eslint && pnpm lint:all:prettier",
4242
"lint:all:eslint": "pnpm lint:eslint --ext .ts,.js,.mjs,.cjs .",
4343
"lint:all:prettier": "pnpm lint:prettier \"{src,test}/**/*.{js,json,ts}\"",

0 commit comments

Comments
 (0)