diff --git a/package.json b/package.json index caab06a..79fa3e6 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,10 @@ "watch:js": "nodemon -q -w frontend/scripts --ext \".\" --exec \"npm run build:js\"", "watch:config": "nodemon -q -w config --ext \".\" --exec \"npm run cp:config\"", "watch:livereload": "cd data && live-server", + "build:fs": "pio run -t buildfs", + "upload:fs": "pio run -t uploadfs", + "build:firmware": "pio run -t clean && pio run", + "upload:firmware": "pio run -e nodemcu -t upload", "dev": "npm run clear && npm run build && npm-run-all --parallel watch:*" }, "repository": {