Skip to content

Commit

Permalink
fix cli
Browse files Browse the repository at this point in the history
  • Loading branch information
moxley01 committed Sep 22, 2023
1 parent 72ae651 commit f49be48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-multi-lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ async function run(
forceInstallAll
) {
const packageToInstall = "mitosis-packager"
const allDependencies = ["@builder.io/mitosis-cli", "@builder.io/mitosis", "vite", "cypress", "@cypress/mount-utils", "rimraf", "vite-plugin-dts", "vite-plugin-css-injected-by-js", "rollup-plugin-peer-deps-external", packageToInstall]
const allDependencies = ["@builder.io/mitosis-cli", "@builder.io/mitosis", "vite", "cypress", "@cypress/mount-utils", "rimraf", "vite-plugin-dts", "vite-plugin-css-injected-by-js", "rollup-plugin-peer-deps-external", forceInstallAll ? "../packages/mitosis-packager" : packageToInstall]

const isOnline = checkIfOnline(useYarn)

Expand Down
2 changes: 1 addition & 1 deletion packages/create-multi-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-multi-lib",
"version": "1.0.4",
"version": "1.0.5",
"description": "Create UI libraries for multiple frameworks from a single codebase.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f49be48

Please sign in to comment.