From e39d09bc2ac0e3ba34d2061717dd4d81fac2ee9c Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 9 Aug 2020 08:00:55 -0400 Subject: [PATCH] Added comment --- scripts/build_one_click_apps.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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`);