Skip to content

Commit a5b1e74

Browse files
dutifulbobosolmaz
authored andcommitted
docs(readme): add conditional pnpm rebuild fallback
1 parent 1357f0e commit a5b1e74

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ pnpm install
5252
pnpm extension:build
5353
```
5454

55+
If `pnpm install` warns about ignored build scripts, run this once and then build again:
56+
57+
```bash
58+
pnpm rebuild
59+
pnpm extension:build
60+
```
61+
5562
3. Open Chrome → `chrome://extensions`
5663
4. Enable **Developer mode** (top right)
5764
5. Click **Load unpacked** → select the `extension/` folder

docs/logs/2026-02-15.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2026-02-15
55
tz: Europe/Berlin
66
created: 2026-02-15T00:08:59+01:00
77
last_section: 2026-02-15T23:00:55+01:00
8-
updated: 2026-02-15T23:01:59+01:00
8+
updated: 2026-02-15T23:03:33+01:00
99
---
1010

1111
## 00:08
@@ -836,3 +836,14 @@ Opened new PR for README install command formatting update.
836836
- PR: https://github.com/janitrai/janitr/pull/27
837837
- Title: `docs(readme): show install shell commands in code block`
838838
- PR body updated to include summary/why/validation.
839+
840+
Updated README install section to include `pnpm rebuild` as a conditional fallback (not a primary setup step).
841+
842+
- Added short guidance: run rebuild only if `pnpm install` warns about ignored build scripts.
843+
- Added fallback command block:
844+
- `pnpm rebuild`
845+
- `pnpm extension:build`
846+
847+
Validation:
848+
849+
- `pnpm run format:check` passed.

0 commit comments

Comments
 (0)