Skip to content

Commit

Permalink
fix(docs-build): fix docs build ; prepare tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jul 22, 2022
1 parent 5c0ba97 commit e858f66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"lint": "eslint --ext .js,.ts,.vue .",
"test": "vitest",
"release": "release-it"
"release": "release-it",
"prepare": "yarn dev:prepare"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.6",
Expand Down

0 comments on commit e858f66

Please # to comment.