Skip to content

Commit

Permalink
refactor: replaced fe platform dist
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Jul 22, 2024
1 parent a4cfa22 commit 5bfb157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-build-for-gh-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bfb157

Please sign in to comment.