We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfba03 commit b51a219Copy full SHA for b51a219
packages/vue/package.json
@@ -14,10 +14,11 @@
14
},
15
"scripts": {
16
"start": "vuepress dev docs",
17
- "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",
18
"build:cjs": "tsc --declaration",
19
"build:esm": "tsc --declaration --module es2015 --outDir esm",
20
"build:umd": "rollup --config",
21
+ "build:global": "ts-node ../../scripts/build-global",
22
"build:docs": "vuepress build docs"
23
24
"devDependencies": {
0 commit comments