diff --git a/.gitignore b/.gitignore index ad46b30..bc4a651 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,6 @@ typings/ # next.js build output .next + +# VuePress build output +docs/.vuepress/dist/ diff --git a/package.json b/package.json index c78feaa..65a7f8e 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs", "docs:serve": "serve --single docs/.vuepress/dist", + "docs:clean": "rm -r docs/.vuepress/dist", "test": "echo \"Error: no test specified\" && exit 1" }, "license": "MIT",