@willbooster/wb 13.3.3 → 13.4.1

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/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  `wb` offers a collection of reusable npm scripts, designed primarily for WillBooster Inc. but with potential utility for other projects as well.
4
4
 
5
+ ## Supported Platforms
6
+
7
+ `wb` does not support Windows. Use it on macOS, Linux, or another POSIX-compatible environment.
8
+
5
9
  ## Usage
6
10
 
7
11
  ```
@@ -11,7 +15,7 @@ Commands:
11
15
  wb buildIfNeeded Build code if changes are detected
12
16
  wb kill-port-if-non-ci Kill the port specified by PORT environment
13
17
  variable if non-CI.
14
- wb lint [files...] Lint code on Bun
18
+ wb lint [files...] Lint code
15
19
  wb optimizeForDockerBuild Optimize configuration when building a Docker
16
20
  image
17
21
  wb prisma Run prisma commands