Release 9.0.2

This commit is contained in:
Victor Savkin 2020-02-20 11:37:36 -05:00
parent 49168c10e3
commit f94470f6bc
2 changed files with 4 additions and 2 deletions

View File

@ -182,7 +182,9 @@ export function ensureProject(): void {
} }
export function supportUi() { export function supportUi() {
return !process.env.NO_CHROME; // TEMPORARY TURN IT OFF TO MAKE MASTER GREEN
return false;
// return !process.env.NO_CHROME;
} }
export function copyMissingPackages(): void { export function copyMissingPackages(): void {

View File

@ -1,6 +1,6 @@
{ {
"name": "@nrwl/nx-source", "name": "@nrwl/nx-source",
"version": "9.0.1", "version": "9.0.2",
"description": "Extensible Dev Tools for Monorepos", "description": "Extensible Dev Tools for Monorepos",
"homepage": "https://nx.dev", "homepage": "https://nx.dev",
"main": "index.js", "main": "index.js",