chore: update docs

This commit is contained in:
Sébastien Chopin
2022-09-09 12:57:23 +02:00
parent 062e468518
commit 6870eff661
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
"build": "nuxt-module-build",
"prepack": "yarn build",
"dev": "nuxi dev docs",
"build:docs": "nuxi build docs",
"build:docs": "nuxi generate docs",
"lint": "eslint --ext .ts,.js,.vue .",
"prepare": "nuxi prepare docs",
"release": "yarn lint && standard-version && git push --follow-tags"