diff --git a/docs/package.json b/docs/package.json index 28cc72efa..45a02aed8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,7 +8,7 @@ "build": "nuxt build", "start": "nuxt start", "export": "nuxt export", - "static": "nuxt-static", + "generate": "nuxt-static", "serve": "nuxt serve", "lint": "eslint --ext .js,.vue --ignore-path .gitignore ." },