nx/scripts/link.sh
Victor Savkin f816fc424d Revert "feat(core): update to next version of angular deps"
This reverts commit bd230e0530e690b2ae7896a876510f62002943c8.
2019-12-10 08:07:26 -05:00

14 lines
202 B
Bash
Executable File

#!/usr/bin/env bash
if [ "$1" = "fast" ]; then
./scripts/build_for_test.sh
fi
if [ "$1" != "fast" ]; then
./scripts/build.sh
fi
rm -rf node_modules/@nrwl
cp -r build/packages node_modules/@nrwl