@take-out/docs 0.1.39 → 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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/release.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@take-out/docs",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "description": "Documentation files for Takeout starter kit",
5
5
  "type": "module",
6
6
  "files": [
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:all`
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`