Skip to content

Commit 5bfb157

Browse files
refactor: replaced fe platform dist
1 parent a4cfa22 commit 5bfb157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-build-for-gh-deps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ log "Current directory: $(pwd)"
1919
run_command "rm -rf frontend-platform"
2020
run_command "mkdir frontend-platform" || exit
2121
run_command "ls -l"
22-
run_command "git clone -b Peter_Kulko/design-tokens-support --single-branch https://github.com/raccoongang/frontend-platform.git frontend-platform-temp"
22+
run_command "git clone -b dcoa/design-tokens-support --single-branch https://github.com/eduNEXT/frontend-platform.git frontend-platform-temp"
2323
run_command "cd frontend-platform-temp" || exit
2424
log "Current directory: $(pwd)"
2525
run_command "cat package.json" || exit

0 commit comments

Comments
 (0)