We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cfa22 commit 5bfb157Copy full SHA for 5bfb157
run-build-for-gh-deps.sh
@@ -19,7 +19,7 @@ log "Current directory: $(pwd)"
19
run_command "rm -rf frontend-platform"
20
run_command "mkdir frontend-platform" || exit
21
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"
+run_command "git clone -b dcoa/design-tokens-support --single-branch https://github.com/eduNEXT/frontend-platform.git frontend-platform-temp"
23
run_command "cd frontend-platform-temp" || exit
24
log "Current directory: $(pwd)"
25
run_command "cat package.json" || exit
0 commit comments