Skip to content

Commit c39e2ec

Browse files
committed
fix: restore .npmrc and document it in CLAUDE.md
The local .npmrc with ignore-scripts=false is required to override global npm settings that disable build scripts. Added rule to CLAUDE.md: DO NOT DELETE OR MODIFY this file.
1 parent 08df2fb commit c39e2ec

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ All development commands must be run from the `src` directory:
1414
cd src
1515
```
1616

17+
**IMPORTANT:** The `src/.npmrc` file contains `ignore-scripts=false` to override global npm settings. **DO NOT DELETE OR MODIFY this file** - it's required for build scripts to run.
18+
1719
### Build
1820
```bash
1921
npm run build

src/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ignore-scripts=false

0 commit comments

Comments
 (0)