Skip to content

Commit

Permalink
workflow: add prepublish script (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang authored Jun 21, 2021
1 parent cbf9ca3 commit c91e66d
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 @@ -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 c91e66d

Please sign in to comment.