|
@@ -26,14 +26,14 @@
|
|
|
"deploy:rpi": "gulp deploy --e raspberrypi",
|
|
"deploy:rpi": "gulp deploy --e raspberrypi",
|
|
|
"typeInfor": "type welcome && echo Your server is build success: target/o2server/",
|
|
"typeInfor": "type welcome && echo Your server is build success: target/o2server/",
|
|
|
"clear": "gulp clear_build",
|
|
"clear": "gulp clear_build",
|
|
|
- "build": "npm run clear && npm run preperation && npm run build_parallel && npm run deploy && npm run typeInfor",
|
|
|
|
|
- "build:win": "npm run clear && npm run preperation:win && npm run build_parallel && npm run deploy:win && npm run typeInfor",
|
|
|
|
|
- "build:linux": "npm run clear && npm run preperation:linux && npm run build_parallel && npm run deploy:linux && npm run typeInfor",
|
|
|
|
|
- "build:aix": "npm run clear && npm run preperation:aix && npm run build_parallel && npm run deploy:aix && npm run typeInfor",
|
|
|
|
|
- "build:arm": "npm run clear && npm run preperation:arm && npm run build_parallel && npm run deploy:arm && npm run typeInfor",
|
|
|
|
|
- "build:macos": "npm run clear && npm run preperation:macos && npm run build_parallel && npm run deploy:macos && npm run typeInfor",
|
|
|
|
|
- "build:risc": "npm run clear && npm run preperation:risc && npm run build_parallel && npm run deploy:risc && npm run typeInfor",
|
|
|
|
|
- "build:rpi": "npm run clear && npm run preperation:rpi && npm run build_parallel && npm run deploy:rpi && npm run typeInfor",
|
|
|
|
|
|
|
+ "build": "npm run clear && npm run build_parallel && npm run deploy && npm run typeInfor",
|
|
|
|
|
+ "build:win": "npm run clear && npm run build_parallel && npm run deploy:win && npm run typeInfor",
|
|
|
|
|
+ "build:linux": "npm run clear && npm run build_parallel && npm run deploy:linux && npm run typeInfor",
|
|
|
|
|
+ "build:aix": "npm run clear && npm run build_parallel && npm run deploy:aix && npm run typeInfor",
|
|
|
|
|
+ "build:arm": "npm run clear && npm run build_parallel && npm run deploy:arm && npm run typeInfor",
|
|
|
|
|
+ "build:macos": "npm run clear && npm run build_parallel && npm run deploy:macos && npm run typeInfor",
|
|
|
|
|
+ "build:risc": "npm run clear && npm run build_parallel && npm run deploy:risc && npm run typeInfor",
|
|
|
|
|
+ "build:rpi": "npm run clear && npm run build_parallel && npm run deploy:rpi && npm run typeInfor",
|
|
|
"build_ci": "npm run clear && npm run preperation && npm run build_parallel && npm run deploy && npm run typeInfor",
|
|
"build_ci": "npm run clear && npm run preperation && npm run build_parallel && npm run deploy && npm run typeInfor",
|
|
|
"build_ci:win": "npm run clear && npm run preperation:win && npm run build_parallel && npm run deploy:win && npm run typeInfor",
|
|
"build_ci:win": "npm run clear && npm run preperation:win && npm run build_parallel && npm run deploy:win && npm run typeInfor",
|
|
|
"build_ci:linux": "npm run clear && npm run preperation:linux && npm run build_parallel && npm run deploy:linux && npm run typeInfor",
|
|
"build_ci:linux": "npm run clear && npm run preperation:linux && npm run build_parallel && npm run deploy:linux && npm run typeInfor",
|