Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit e3e3f7c

Browse files
committed
build(docs): update build command fo full static
1 parent 4f53d35 commit e3e3f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/chakra-ui-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"scripts": {
77
"dev": "nuxt",
8-
"build": "nuxt generate",
8+
"build": "yarn build-static && yarn export",
99
"build-static": "nuxt build --target static",
1010
"export": "nuxt export",
1111
"start": "nuxt start --max_old_space_size=8000",
@@ -58,7 +58,7 @@
5858
"devDependencies": {
5959
"@nuxtjs/eslint-config": "^2.0.0",
6060
"@nuxtjs/eslint-module": "^1.0.0",
61-
"babel-eslint": "^10.0.1",
61+
"babel-eslint": "^10.1.0",
6262
"eslint": "^6.1.0",
6363
"eslint-config-prettier": "^6.10.0",
6464
"eslint-plugin-nuxt": ">=0.4.2",

0 commit comments

Comments
 (0)