add rollup watch script to package.json

This commit is contained in:
Harald Bamberger
2024-04-04 11:30:54 +02:00
parent a2cae87f53
commit da56ae63ae
+2 -1
View File
@@ -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",