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 3886f62 commit 4cbb3b5Copy full SHA for 4cbb3b5
.gitignore
@@ -59,3 +59,6 @@ typings/
59
60
# next.js build output
61
.next
62
+
63
+# VuePress build output
64
+docs/.vuepress/dist/
package.json
@@ -25,6 +25,7 @@
25
"docs:dev": "vuepress dev docs",
26
"docs:build": "vuepress build docs",
27
"docs:serve": "serve --single docs/.vuepress/dist",
28
+ "docs:clean": "rm -r docs/.vuepress/dist",
29
"test": "echo \"Error: no test specified\" && exit 1"
30
},
31
"license": "MIT",
0 commit comments