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",