Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Jun 21, 2021
2 parents 101c223 + c91e66d commit ed8cdc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -62,7 +62,8 @@
"lint:fix": "yarn lint --write",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"vue-tsc": "vue-tsc --noEmit -p tsconfig.volar.json"
"vue-tsc": "vue-tsc --noEmit -p tsconfig.volar.json",
"prepublishOnly": "yarn build"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit ed8cdc6

Please sign in to comment.