Skip to content

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian committed Dec 18, 2023
1 parent 6b20b73 commit 1fdbc53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"build:web": "expo export:web",
"cy:component": "NODE_ENV=production cypress open --component --browser chrome",
"format": "prettier --write .",
"prepare": "npx husky install",
"start:ios": "EXPO_NO_TYPESCRIPT_SETUP=1 expo start --ios",
"start:web": "EXPO_NO_TYPESCRIPT_SETUP=1 expo start --web",
"start": "bun src/server.ts",
Expand All @@ -26,11 +25,9 @@
"babel-loader": "9.1.3",
"babel-preset-react-app": "10.0.1",
"cors": "2.8.5",
"eas-cli": "5.9.2",
"expo": "49.0.21",
"expo-secure-store": "12.3.1",
"expo-status-bar": "1.6.0",
"expo-updates": "0.18.18",
"express": "4.18.2",
"express-rate-limit": "7.1.5",
"react": "18.2.0",
Expand All @@ -45,6 +42,8 @@
"@testing-library/cypress": "10.0.1",
"@types/testing-library__cypress": "5.0.13",
"cypress": "13.6.1",
"eas-cli": "5.9.2",
"expo-updates": "0.18.18",
"husky": "8.0.3",
"prettier": "3.1.1",
"typescript": "5.3.3"
Expand Down

0 comments on commit 1fdbc53

Please sign in to comment.