|
7 | 7 | "test": "echo \"Error: no test specified\" && exit 1", |
8 | 8 | "front": "webpack serve --config config/webpack.dev.js ", |
9 | 9 | "server": "nodemon config/server.js", |
10 | | - "dev-plotter-hp_gl": "cross-env TARGET_ENV=Plotter SUBTARGET_ENV=HP-GL concurrently \"npm run server\" \"npm run front\"", |
11 | 10 | "dev-cnc-grbl": "cross-env TARGET_ENV=CNC SUBTARGET_ENV=GRBL concurrently \"npm run server\" \"npm run front\"", |
12 | 11 | "dev-cnc-grblhal": "cross-env TARGET_ENV=CNC SUBTARGET_ENV=grblHAL concurrently \"npm run server\" \"npm run front\"", |
13 | 12 | "dev-printer-marlin": "cross-env TARGET_ENV=Printer3D SUBTARGET_ENV=Marlin concurrently \"npm run server\" \"npm run front\"", |
|
20 | 19 | "printer-marlin": "cross-env TARGET_ENV=Printer3D SUBTARGET_ENV=Marlin webpack --config config/webpack.prod.js", |
21 | 20 | "printer-smoothieware": "cross-env TARGET_ENV=Printer3D SUBTARGET_ENV=Smoothieware webpack --config config/webpack.prod.js", |
22 | 21 | "printer-marlin-embedded": "cross-env TARGET_ENV=Printer3D SUBTARGET_ENV=Marlin-embedded webpack --config config/webpack.prod.js", |
23 | | - "plotter-hp_gl": "cross-env TARGET_ENV=Plotter SUBTARGET_ENV=HP-GL webpack --config config/webpack.prod.js", |
24 | 22 | "cnc-grbl": "cross-env TARGET_ENV=CNC SUBTARGET_ENV=GRBL webpack --config config/webpack.prod.js", |
25 | 23 | "cnc-grblhal": "cross-env TARGET_ENV=CNC SUBTARGET_ENV=grblHAL webpack --config config/webpack.prod.js", |
26 | 24 | "sand-grbl": "cross-env TARGET_ENV=SandTable SUBTARGET_ENV=GRBL webpack --config config/webpack.prod.js", |
27 | 25 | "build": "webpack --config config/webpack.prod.js", |
28 | 26 | "buildprinter": "npm run printer-marlin && npm run printer-repetier && npm run printer-smoothieware && npm run printer-marlin-embedded", |
29 | | - "buildplotter": "npm run plotter-hp_gl", |
30 | 27 | "buildcnc": "npm run cnc-grbl && npm run cnc-grblhal", |
31 | 28 | "buildsand": "npm run sand-grbl", |
32 | | - "buildall": "npm run buildsand && npm run buildprinter && npm run buildcnc && npm run buildplotter", |
| 29 | + "buildall": "npm run buildsand && npm run buildprinter && npm run buildcnc", |
33 | 30 | "package": "node ./config/pack.js", |
34 | 31 | "template": "node ./config/buildtemplate.js", |
35 | 32 | "check": "node ./config/checkpack.js" |
|
0 commit comments