Skip to content

Commit 3e93d3e

Browse files
author
tingyuan
committed
chore: rename knip script to check-unused to resolve expo-doctor conflict
1 parent 6e69498 commit 3e93d3e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This document outlines the development guidelines, build processes, and coding s
2727
- **Requirement**: Code must be free of TypeScript errors before completion.
2828
- **Project Health**: `npm run doctor`
2929
- Checks for Expo and dependency issues.
30-
- **Unused Code**: `npm run knip`
30+
- **Unused Code**: `npm run check-unused`
3131
- Checks for unused files and exports.
3232

3333
### Testing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"ios": "expo start --ios",
1313
"web": "expo start --web",
1414
"lint": "expo lint --fix",
15-
"knip": "knip",
15+
"check-unused": "knip",
1616
"doctor": "npx -y expo-doctor@latest",
1717
"update-expo": "npm i -g eas-cli && npm install expo && npx expo install --fix && npm run doctor"
1818
},

0 commit comments

Comments
 (0)