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": {