about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-11-11 15:02:19 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-11-11 15:02:19 -0600
commit210082be93cd369b868e748c7e89e95fc3ce6bbe (patch)
treea6371c2f006a0fa19068fe283da3ed3d3df57fb0 /package.json
parent38ed9a794353ae89c5c311dcecab00f0313ec675 (diff)
downloadvoidsky-210082be93cd369b868e748c7e89e95fc3ce6bbe.tar.zst
Add staging env
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
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"
   },