From a2bfb59c74d5f0ecfd8af44eb9d2739c307a38b3 Mon Sep 17 00:00:00 2001 From: Kevin Etchells Date: Wed, 10 Jul 2024 08:02:13 +0100 Subject: [PATCH] Add parcel watch command --- django_app/frontend/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/django_app/frontend/package.json b/django_app/frontend/package.json index 3a1c69f6a..784f1fb7a 100644 --- a/django_app/frontend/package.json +++ b/django_app/frontend/package.json @@ -35,7 +35,8 @@ } ], "scripts": { - "build": "npx parcel build" + "build": "npx parcel build", + "watch": "npx parcel watch" }, "author": "", "dependencies": {