Skip to content

Commit

Permalink
fix(vue): fix vue typing (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
muuyao committed Jul 7, 2021
1 parent ccfba03 commit b51a219
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
},
"scripts": {
"start": "vuepress dev docs",
"build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm && npm run build:umd",
"build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:global",
"build:cjs": "tsc --declaration",
"build:esm": "tsc --declaration --module es2015 --outDir esm",
"build:umd": "rollup --config",
"build:global": "ts-node ../../scripts/build-global",
"build:docs": "vuepress build docs"
},
"devDependencies": {
Expand Down

0 comments on commit b51a219

Please sign in to comment.