Skip to content

v1.6.2

Choose a tag to compare

@github-actions github-actions released this 07 Jun 17:07
· 159 commits to main since this release
20ea9d1

Patch Changes

  • #44 e366008 Thanks @flyon! - linked start no longer aborts standalone (non-workspace) apps. getLincdPackages() used to print "Could not find package workspaces" and call process.exit() when no workspaces field was present in the nearest package.json. That broke npm start for every npx @_linked/cli create-app … scaffold, since the resulting app is a single-package repo with no workspaces.

    It now returns [] in that case — there simply are no local workspace packages to scan, which is the correct answer for a standalone app. Monorepo behavior is unchanged.