Skip to content

Commit

Permalink
Revert "Revert "chore: update start command""
Browse files Browse the repository at this point in the history
This reverts commit 34be828.
  • Loading branch information
ElRodrigote committed Dec 11, 2024
1 parent 34be828 commit 6b20757
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 @@ -5,7 +5,7 @@
"description": "DXswap Decentralized Application",
"license": "GPL-3.0-or-later",
"scripts": {
"start": "yarn codegen:socket && yarn codegen:graphql && react-app-rewired start",
"start": "yarn codegen:graphql && react-app-rewired start",
"build": "git config --global --add safe.directory /workspace && yarn codegen:wallet-connect-domain-verification && cross-env GENERATE_SOURCEMAP=false react-app-rewired build",
"build:simple": "git config --global --add safe.directory /workspace && cross-env GENERATE_SOURCEMAP=false react-app-rewired build",
"build:serve": "yarn build && serve -s ./build -l 5001",
Expand Down

0 comments on commit 6b20757

Please sign in to comment.