Skip to content

Commit

Permalink
chore: revert package script
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Nov 21, 2023
1 parent 5c84d53 commit 17edf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"firebase:emulators:save": "firebase emulators:export emulator_data",
"start": "cross-env BROWSER=\"none\" NODE_PATH=\"./src\" IMAGE_INLINE_SIZE_LIMIT=0 react-scripts start",
"start:browser": "cross-env IMAGE_INLINE_SIZE_LIMIT=0 react-scripts start",
"start:electron": "wait-on http://127.0.0.1:3000 && cross-env electron .",
"start:electron": "wait-on http://127.0.0.1:3000 && cross-env ELECTRON_START_URL=\"http://127.0.0.1:3000\" electron .",
"dev": "concurrently -k npm:start npm:start:electron",
"dev:firebase": "dotenv -e env/.env.firebase npm run start:browser",
"dev:home": "dotenv -e env/.env.home npm run dev",
Expand Down

0 comments on commit 17edf47

Please sign in to comment.