From 460f6d82feff04480bac291abb1344a4e1954163 Mon Sep 17 00:00:00 2001 From: dandevaud <50833091+dandevaud@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:17:49 +0100 Subject: [PATCH] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a058d4f62..f2169d4c5 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,7 @@ "start": "node dist/apps/api/main", "start:client": "nx run client:copy-assets && nx run client:serve --configuration=development-en --hmr -o", "start:production": "yarn database:migrate && yarn database:seed && node main", + "start:dev": "yarn install && yarn start", "start:server": "nx run api:serve --watch", "start:storybook": "nx run ui:storybook", "test": "npx dotenv-cli -e .env.example -- nx test",