mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-15 18:38:20 +01:00
fs build and upload script
This commit is contained in:
@@ -16,6 +16,10 @@
|
|||||||
"watch:js": "nodemon -q -w frontend/scripts --ext \".\" --exec \"npm run build:js\"",
|
"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:config": "nodemon -q -w config --ext \".\" --exec \"npm run cp:config\"",
|
||||||
"watch:livereload": "cd data && live-server",
|
"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:*"
|
"dev": "npm run clear && npm run build && npm-run-all --parallel watch:*"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user