Skip to content

Commit c6002d4

Browse files
committed
Adding NPM unlink to ts-tests script
1 parent 3f371be commit c6002d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ts-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ tsc ## Run typescript compiler. No need for flags as we have a tsconfig.json fil
1010
if [ $? -eq 0 ]
1111
then
1212
echo "Successfully compiled TS tests."
13+
npm unlink @splitsoftware/splitio
1314
exit 0
1415
else
1516
echo "Error compiling TS tests."
17+
npm unlink @splitsoftware/splitio
1618
exit 1
1719
fi

0 commit comments

Comments
 (0)