@take-out/docs 0.1.39-1772740363029 → 0.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/release.md +1 -1
package/package.json
CHANGED
package/release.md
CHANGED
|
@@ -22,7 +22,7 @@ bun ./packages/scripts/src/release.ts --canary # canary with timestamp
|
|
|
22
22
|
1. syncs on-zero from github (if ~/github/on-zero exists)
|
|
23
23
|
2. ensures on main branch, pulls latest
|
|
24
24
|
3. runs `bun install`, `bun clean`, `bun run build`
|
|
25
|
-
4. runs `bun lint` and `bun check
|
|
25
|
+
4. runs `bun lint` and `bun check`
|
|
26
26
|
5. bumps version in ALL workspace package.json files
|
|
27
27
|
6. converts `workspace:*` deps to real versions for publishing
|
|
28
28
|
7. packs each package with `bun pm pack`
|