Release 9.0.2
This commit is contained in:
parent
49168c10e3
commit
f94470f6bc
@ -182,7 +182,9 @@ export function ensureProject(): void {
|
||||
}
|
||||
|
||||
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 {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nrwl/nx-source",
|
||||
"version": "9.0.1",
|
||||
"version": "9.0.2",
|
||||
"description": "Extensible Dev Tools for Monorepos",
|
||||
"homepage": "https://nx.dev",
|
||||
"main": "index.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user