diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index df93583c7..bac4265f1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "ios": "react-native run-ios --simulator=\"iPhone 14\"", "web": "react-scripts start", "start": "react-native start", - "dev-env": "dev-env", + "clean-cache": "rm -rf node_modules/.cache/babel-loader/*", "test": "jest", "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, |