Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
fix(core): Revert to npm link due to permission issues (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha authored Jun 25, 2020
1 parent fcaf370 commit d42152e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ step () {
}

step "Creating npm link to the current working tree"
yarn link
npm link

step "Change to testproject dir"
cd "$(dirname "$0")"
cd testproject

step "Linking ts-prune from step 1"
yarn link ts-prune
npm link ts-prune

step "Run ts-prune"
ts-prune | tee outfile
Expand All @@ -35,7 +35,7 @@ else
fi

step "Cleanup"
# rm ../../package-lock.json # remnants of the npm link
rm ../../package-lock.json # remnants of the npm link

echo "🏁"
exit $EXIT_CODE

0 comments on commit d42152e

Please sign in to comment.