fs build and upload script

This commit is contained in:
2017-10-29 12:43:58 +01:00
parent 4f4e072542
commit 26eab65a70

View File

@@ -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": {