diff --git a/.gitignore b/.gitignore index 3c3629e..0e796c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ node_modules +dist +build \ No newline at end of file diff --git a/package.json b/package.json index 0af93c3..8b27ec4 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "lint": "eslint src/*.ts --fix", "rollup": "rollup -c -m", "build": "npm run lint && npm run rollup", + "start": "rollup -c --watch", "dev": "npm run build && cp dist/plex-meets-homeassistant.js ~/.homeassistant/www/plex-meets-homeassistant.js" }, "repository": {