fixing documentation
Publish snapshot / snapshot (push) Successful in 1m2s

This commit is contained in:
Benjamin Diedrichsen
2026-07-29 13:21:04 +02:00
parent 7e703c93b1
commit 4c0fe528dc
14 changed files with 74 additions and 74 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
/**
* Prints the publishable workspace package directories, dependencies first.
*
* `packages/*` in alphabetical order puts `nopy` ahead of the `nopy-cube` it
* `packages/*` in alphabetical order puts `nopy` ahead of the `nopy-cubes` it
* depends on, which leaves a window where the registry holds a package whose
* dependency does not exist yet. Ordering the publish by the workspace graph
* closes it. One directory per line, so the caller can `for dir in $(…)`.