Skip to content

Commit

Permalink
fix expo and next start script conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
pinocchio-life-like committed Jan 8, 2025
1 parent c229454 commit e828c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dev:next": "cd apps/next && yarn dev",
"dev:server": "cd server && yarn start",
"expo:export": "cd apps/expo && cp app.example.json app.json && npx expo export --platform web",
"expo": "cd apps/expo && yarn start",
"expo-dev": "cd apps/expo && yarn start",
"find:unused:deps": "node packages/cli/src/findUnusedDependencies.js",
"fix": "manypkg fix",
"format:all": "prettier --write \"**/*.{js,jsx,ts,tsx}\"",
Expand All @@ -53,7 +53,7 @@
"lint:expo": "cd apps/expo && yarn lint",
"lint:server": "cd server && yarn lint",
"lint": "yarn lint:all",
"next": "cd apps/next && yarn dev",
"next-dev": "cd apps/next && yarn dev",
"prebuild:expo": "cd apps/expo && yarn run prebuild:clean",
"postinstall": "yarn build-ui && yarn build:validations && yarn build-crosspath && yarn setup:env && yarn fix:packages",
"preinstall:yarn": "npx only-allow yarn",
Expand Down

0 comments on commit e828c70

Please sign in to comment.