Skip to content

Commit

Permalink
fix: eask link command
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 10, 2024
1 parent fa01077 commit aed3409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ source "$here/env.bash"
cd "$PROJECT_ROOT"
# XXX: Create the directory because `eask link` doesn't.
#mkdir -p "$(eask package-directory)"
eask link tsc core
eask link add tsc core
eask install
)
2 changes: 1 addition & 1 deletion bin/setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ try {
# XXX: Create the directory because `eask link` doesn't.
#$eask_package_dir = ((eask package-directory) | Out-String).Trim()
#New-Item -ItemType Directory -Force -Path "$eask_package_dir"
eask link tsc core
eask link add tsc core
eask install
} finally {
Pop-Location
Expand Down

0 comments on commit aed3409

Please sign in to comment.