diff --git a/package.json b/package.json index b3c176c823..750b022009 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "nx": "nx", "start": "nx start", "serve": "nx serve remix-ide --configuration=development", - "hot": "nx serve remix-ide --configuration=hot", + "serve:hot": "nx serve remix-ide --configuration=hot", "build": "nx build", "test": "nx test", "lint": "nx lint",