|
@@ -30,22 +30,22 @@
|
|
|
"clear": "gulp clear_build",
|
|
"clear": "gulp clear_build",
|
|
|
"clear_deploy": "gulp clear_deploy",
|
|
"clear_deploy": "gulp clear_deploy",
|
|
|
"make_def_config": "gulp make_def_config",
|
|
"make_def_config": "gulp make_def_config",
|
|
|
- "build": "npm run clear && npm run build_parallel && npm run deploy ",
|
|
|
|
|
- "build:win": "npm run clear && npm run build_parallel && npm run deploy:win ",
|
|
|
|
|
- "build:linux": "npm run clear && npm run build_parallel && npm run deploy:linux ",
|
|
|
|
|
- "build:aix": "npm run clear && npm run build_parallel && npm run deploy:aix ",
|
|
|
|
|
- "build:arm": "npm run clear && npm run build_parallel && npm run deploy:arm ",
|
|
|
|
|
- "build:macos": "npm run clear && npm run build_parallel && npm run deploy:macos ",
|
|
|
|
|
- "build:risc": "npm run clear && npm run build_parallel && npm run deploy:risc ",
|
|
|
|
|
- "build:rpi": "npm run clear && npm run build_parallel && npm run deploy:rpi",
|
|
|
|
|
- "build_ci": "npm run clear && npm run preperation && npm run build_parallel && npm run deploy",
|
|
|
|
|
- "build_ci:win": "npm run clear && npm run preperation:win && npm run build_parallel && npm run deploy:win ",
|
|
|
|
|
- "build_ci:linux": "npm run clear && npm run preperation:linux && npm run build_parallel && npm run deploy:linux ",
|
|
|
|
|
- "build_ci:aix": "npm run clear && npm run preperation:aix && npm run build_parallel && npm run deploy:aix",
|
|
|
|
|
- "build_ci:arm": "npm run clear && npm run preperation:arm && npm run build_parallel && npm run deploy:arm",
|
|
|
|
|
- "build_ci:macos": "npm run clear && npm run preperation:macos && npm run build_parallel && npm run deploy:macos",
|
|
|
|
|
- "build_ci:risc": "npm run clear && npm run preperation:risc && npm run build_parallel && npm run deploy:risc ",
|
|
|
|
|
- "build_ci:rpi": "npm run clear && npm run preperation:rpi && npm run build_parallel && npm run deploy:rpi",
|
|
|
|
|
|
|
+ "build": "npm run clear && npm run build_parallel && npm run deploy && npm run make_def_config",
|
|
|
|
|
+ "build:win": "npm run clear && npm run build_parallel && npm run deploy:win && npm run make_def_config",
|
|
|
|
|
+ "build:linux": "npm run clear && npm run build_parallel && npm run deploy:linux && npm run make_def_config",
|
|
|
|
|
+ "build:aix": "npm run clear && npm run build_parallel && npm run deploy:aix && npm run make_def_config",
|
|
|
|
|
+ "build:arm": "npm run clear && npm run build_parallel && npm run deploy:arm && npm run make_def_config",
|
|
|
|
|
+ "build:macos": "npm run clear && npm run build_parallel && npm run deploy:macos && npm run make_def_config",
|
|
|
|
|
+ "build:risc": "npm run clear && npm run build_parallel && npm run deploy:risc && npm run make_def_config",
|
|
|
|
|
+ "build:rpi": "npm run clear && npm run build_parallel && npm run deploy:rpi && npm run make_def_config",
|
|
|
|
|
+ "build_ci": "npm run clear && npm run preperation && npm run build_parallel && npm run deploy && npm run make_def_config",
|
|
|
|
|
+ "build_ci:win": "npm run clear && npm run preperation:win && npm run build_parallel && npm run deploy:win && npm run make_def_config",
|
|
|
|
|
+ "build_ci:linux": "npm run clear && npm run preperation:linux && npm run build_parallel && npm run deploy:linux && npm run make_def_config",
|
|
|
|
|
+ "build_ci:aix": "npm run clear && npm run preperation:aix && npm run build_parallel && npm run deploy:aix && npm run make_def_config",
|
|
|
|
|
+ "build_ci:arm": "npm run clear && npm run preperation:arm && npm run build_parallel && npm run deploy:arm && npm run make_def_config",
|
|
|
|
|
+ "build_ci:macos": "npm run clear && npm run preperation:macos && npm run build_parallel && npm run deploy:macos && npm run make_def_config",
|
|
|
|
|
+ "build_ci:risc": "npm run clear && npm run preperation:risc && npm run build_parallel && npm run deploy:risc && npm run make_def_config",
|
|
|
|
|
+ "build_ci:rpi": "npm run clear && npm run preperation:rpi && npm run build_parallel && npm run deploy:rpi && npm run make_def_config",
|
|
|
"test": "type welcome"
|
|
"test": "type welcome"
|
|
|
},
|
|
},
|
|
|
"repository": {
|
|
"repository": {
|