@take-out/docs 0.0.46 → 0.0.47
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.md +1 -1
- package/package.json +1 -1
- package/scripts.md +1 -4
package/package-json.md
CHANGED
|
@@ -108,7 +108,7 @@ project-specific metadata for onboarding script etc:
|
|
|
108
108
|
2. **modifying env-server.ts directly** - always use `env` section +
|
|
109
109
|
`bun env:update`
|
|
110
110
|
|
|
111
|
-
3. **using full paths when tko works** - prefer `tko check
|
|
111
|
+
3. **using full paths when tko works** - prefer `tko check types` over
|
|
112
112
|
`bun ./scripts/check/types.ts`
|
|
113
113
|
|
|
114
114
|
4. **forgetting workspace:\* for internal packages** - always use `workspace:*`
|
package/package.json
CHANGED