@react-scad/core 0.1.10 → 0.1.11
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -180,10 +180,10 @@ All listed SCAD primitives and operations are implemented. Prop names follow SCA
|
|
|
180
180
|
3. **Build and test** before committing:
|
|
181
181
|
```bash
|
|
182
182
|
pnpm run build
|
|
183
|
-
pnpm run dev
|
|
183
|
+
pnpm run dev
|
|
184
184
|
```
|
|
185
185
|
|
|
186
|
-
4. **Format and lint**
|
|
186
|
+
4. **Format and lint** your code:
|
|
187
187
|
```bash
|
|
188
188
|
pnpm run format
|
|
189
189
|
pnpm run lint
|