From 5bfb157a389e8966425ef0abe5bf3dfef765edcd Mon Sep 17 00:00:00 2001 From: Peter Kulko <93188219+PKulkoRaccoonGang@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:47:24 +0300 Subject: [PATCH] refactor: replaced fe platform dist --- run-build-for-gh-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-build-for-gh-deps.sh b/run-build-for-gh-deps.sh index dc0db9036..645f1286f 100644 --- a/run-build-for-gh-deps.sh +++ b/run-build-for-gh-deps.sh @@ -19,7 +19,7 @@ log "Current directory: $(pwd)" run_command "rm -rf frontend-platform" run_command "mkdir frontend-platform" || exit run_command "ls -l" -run_command "git clone -b Peter_Kulko/design-tokens-support --single-branch https://github.com/raccoongang/frontend-platform.git frontend-platform-temp" +run_command "git clone -b dcoa/design-tokens-support --single-branch https://github.com/eduNEXT/frontend-platform.git frontend-platform-temp" run_command "cd frontend-platform-temp" || exit log "Current directory: $(pwd)" run_command "cat package.json" || exit