File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,6 +52,13 @@ pnpm install
5252pnpm 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+
55623 . Open Chrome → ` chrome://extensions `
56634 . Enable ** Developer mode** (top right)
57645 . Click ** Load unpacked** → select the ` extension/ ` folder
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ date: 2026-02-15
55tz : Europe/Berlin
66created : 2026-02-15T00:08:59+01:00
77last_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.
You can’t perform that action at this time.
0 commit comments