if test "$AUTOPKGTEST_TMP" != ""; then
	rm -f node_modules/@redis/client
	ln -s ../../packages/client node_modules/@redis/client
	cp -r /usr/share/nodejs/@redis/client/dist packages/client/
fi
cd packages/test-utils && tsc

# Wait for node-yargs update to enable mocha test
