nx/scripts/create-playground.sh
2020-05-09 12:05:17 -04:00

9 lines
267 B
Bash
Executable File

#!/usr/bin/env bash
./scripts/link.sh 9999.0.0
rm -rf tmp
mkdir -p tmp/angular
mkdir -p tmp/nx
PUBLISHED_VERSION=9999.0.0 NPM_CONFIG_REGISTRY=http://localhost:4872/ jest --maxWorkers=1 -c "./build/e2e/jest-config.js" ./build/e2e/commands/create-playground.test.js