undo some changes to keep history clean

This commit is contained in:
Loewy 2024-02-07 11:08:25 -08:00
parent e5e998df36
commit 07db6e21db

View File

@ -4,7 +4,7 @@
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "NODE_ENV=development && expo start",
"start:test": "NODE_ENV=test && expo start",
"start:test": "NODE_ENV=development && expo start",
"start:android": "expo start --android",
"start:ios": "expo start --ios",
"android": "expo run:android",
@ -12,7 +12,7 @@
"android:test": "node ./start.js test",
"ios": "expo run:ios",
"ios:dev": "NODE_ENV=development expo run:ios",
"ios:test": "NODE_ENV=test expo run:ios",
"ios:prod": "NODE_ENV=production expo run:ios",
"web": "expo start --web",
"lint": "eslint . --ext .js,.ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",