|
|
@@ -34,15 +34,15 @@
|
|
|
"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 r",
|
|
|
- "build_ci": "npm run clear && npm run preperation && npm run build_parallel && npm run deploy r",
|
|
|
- "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: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_ci:rpi": "npm run clear && npm run preperation:rpi && npm run build_parallel && npm run deploy:rpi",
|
|
|
"test": "type welcome"
|
|
|
},
|
|
|
"repository": {
|