ci: fix sfc playground build

This commit is contained in:
Evan You 2021-12-12 11:59:17 +08:00
parent d6be3405b3
commit 7d71a1ce45
2 changed files with 1 additions and 4 deletions

View File

@ -23,7 +23,7 @@
"serve": "serve", "serve": "serve",
"open": "open http://localhost:5000/packages/template-explorer/local.html", "open": "open http://localhost:5000/packages/template-explorer/local.html",
"preinstall": "node ./scripts/preinstall.js", "preinstall": "node ./scripts/preinstall.js",
"prebuild-sfc-playground": "node scripts/build.js compiler ref-transform shared -af cjs && node scripts/build.js runtime reactivity shared -af esm-bundler && node scripts/build.js vue -f esm-bundler-runtime && node scripts/build.js vue -f esm-browser-runtime && node scripts/build.js compiler-sfc -f esm-browser", "prebuild-sfc-playground": "node scripts/build.js compiler reactivity-transform shared -af cjs && node scripts/build.js runtime reactivity shared -af esm-bundler && node scripts/build.js vue -f esm-bundler-runtime && node scripts/build.js vue -f esm-browser-runtime && node scripts/build.js compiler-sfc -f esm-browser",
"build-sfc-playground": "cd packages/sfc-playground && npm run build" "build-sfc-playground": "cd packages/sfc-playground && npm run build"
}, },
"types": "test-dts/index.d.ts", "types": "test-dts/index.d.ts",
@ -58,7 +58,6 @@
"@types/node": "^16.4.7", "@types/node": "^16.4.7",
"@types/puppeteer": "^5.0.0", "@types/puppeteer": "^5.0.0",
"@typescript-eslint/parser": "^4.1.1", "@typescript-eslint/parser": "^4.1.1",
"@vitejs/plugin-vue": "^1.10.2",
"@vue/reactivity": "workspace:*", "@vue/reactivity": "workspace:*",
"@vue/runtime-core": "workspace:*", "@vue/runtime-core": "workspace:*",
"@vue/runtime-dom": "workspace:*", "@vue/runtime-dom": "workspace:*",

View File

@ -15,7 +15,6 @@ importers:
'@types/node': ^16.4.7 '@types/node': ^16.4.7
'@types/puppeteer': ^5.0.0 '@types/puppeteer': ^5.0.0
'@typescript-eslint/parser': ^4.1.1 '@typescript-eslint/parser': ^4.1.1
'@vitejs/plugin-vue': ^1.10.2
'@vue/reactivity': workspace:* '@vue/reactivity': workspace:*
'@vue/runtime-core': workspace:* '@vue/runtime-core': workspace:*
'@vue/runtime-dom': workspace:* '@vue/runtime-dom': workspace:*
@ -62,7 +61,6 @@ importers:
'@types/node': 16.11.12 '@types/node': 16.11.12
'@types/puppeteer': 5.4.4 '@types/puppeteer': 5.4.4
'@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.5.3 '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.5.3
'@vitejs/plugin-vue': 1.10.2_vite@2.7.1
'@vue/reactivity': link:packages/reactivity '@vue/reactivity': link:packages/reactivity
'@vue/runtime-core': link:packages/runtime-core '@vue/runtime-core': link:packages/runtime-core
'@vue/runtime-dom': link:packages/runtime-dom '@vue/runtime-dom': link:packages/runtime-dom