|
26 | 26 | }, |
27 | 27 | "scripts": { |
28 | 28 | "start": "ntl --autocomplete --size 50 --exclude start lint* prepare test automated", |
29 | | - "all": "node --run createModuleList && node --run updateGitHubData && node --run getModules && node --run expandModuleList && node --run checkModulesJs && node --run checkModules", |
| 29 | + "all": "node --run createModuleList && node --run updateRepositoryData && node --run getModules && node --run expandModuleList && node --run checkModulesJs && node --run checkModules", |
30 | 30 | "createModuleList": "node scripts/create_module_list.js", |
31 | | - "updateGitHubData": "node scripts/updateGitHubApiData.js", |
| 31 | + "updateRepositoryData": "node scripts/updateRepositoryApiData.js", |
32 | 32 | "getModules": "python3 scripts/get_modules.py", |
33 | 33 | "expandModuleList": "node scripts/expand_module_list_with_repo_data.js", |
34 | 34 | "checkModulesJs": "node scripts/check_modules_js.js", |
35 | 35 | "checkModules": "python3 scripts/check_modules.py", |
36 | | - "ownList": "node create_own_module_list.js && node --run updateGitHubData && node --run getModules && node --run expandModuleList && node --run checkModulesJs && node --run checkModules", |
| 36 | + "ownList": "node create_own_module_list.js && node --run updateRepositoryData && node --run getModules && node --run expandModuleList && node --run checkModulesJs && node --run checkModules", |
37 | 37 | "lint": "eslint && prettier --check . && cspell .", |
38 | 38 | "lint:fix": "eslint --fix && prettier . --write . && cspell .", |
39 | 39 | "prepare": "husky", |
|
77 | 77 | "descriptions": { |
78 | 78 | "all": "Run all scripts (1 till 5) on all modules. Requires a lot of time and storage space!", |
79 | 79 | "createModuleList": "Script 1: Convert the official module list from the wiki into a json file.", |
80 | | - "updateGitHubData": "Script 2: Update the JSON file that collects the GitHub information of the modules.", |
| 80 | + "updateRepositoryData": "Script 2: Update the JSON file that collects the GitHub information of the modules.", |
81 | 81 | "getModules": "Script 3: Get all modules with `git cone`. Requires a lot of time and storage space!", |
82 | 82 | "expandModuleList": "Script 4: Extend the module list with information from the package.json. And get an image if one is available and the license is okay.", |
83 | 83 | "checkModulesJs": "Script 5: Perform some checks with a js script.", |
|
0 commit comments