fix(mosaic): add @mosaic/cli dependency to metapackage #380

Closed
jason.woltje wants to merge 3 commits from fix/metapackage-cli-dep into main
Showing only changes of commit 49abf3bb4c - Show all commits

View File

@@ -20,12 +20,14 @@
} }
}, },
"scripts": { "scripts": {
"postinstall": "echo '\nMosaic Stack installed. Run `mosaic-wizard` to bootstrap your config, or `mosaic --help` for CLI commands.\n'",
"build": "tsc", "build": "tsc",
"lint": "eslint src", "lint": "eslint src",
"typecheck": "tsc --noEmit", "typecheck": "tsc --noEmit",
"test": "vitest run --passWithNoTests" "test": "vitest run --passWithNoTests"
}, },
"dependencies": { "dependencies": {
"@mosaic/cli": "workspace:*",
"@mosaic/forge": "workspace:*", "@mosaic/forge": "workspace:*",
"@mosaic/macp": "workspace:*", "@mosaic/macp": "workspace:*",
"@mosaic/prdy": "workspace:*", "@mosaic/prdy": "workspace:*",