From da56ae63ae9a41669060c4252757722461a92bb3 Mon Sep 17 00:00:00 2001 From: Harald Bamberger Date: Thu, 4 Apr 2024 11:30:54 +0200 Subject: [PATCH] add rollup watch script to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 14524d741..a60539552 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "version": "0.0.0", "type": "module", "scripts": { - "build": "rollup -c" + "build": "rollup -c", + "watch": "rollup --watch -c" }, "dependencies": { "@vuepic/vue-datepicker": "^7.2.0",