summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build_one_click_apps.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build_one_click_apps.js b/scripts/build_one_click_apps.js
index f828bb1..1c81f76 100644
--- a/scripts/build_one_click_apps.js
+++ b/scripts/build_one_click_apps.js
@@ -13,7 +13,8 @@ const fs = require('fs-extra');
// 1- DUPLICATE this script. The new script is to ONLY read from /public/v4/*.yaml
// 2- Test with a new YAML file
// 3- Write script to convert all v2 JSON to V4 yaml and place them in /public/v4/*.yaml
-// 4- Push all 3 steps above at the same time to GITHUB
+// 4- Update readme!!!!
+// 5- Push all 3 steps above at the same time to GITHUB
const pathOfPublic = path.join(__dirname, '..', `public`);