From cac0b853648dde708bf7ac1361a14b5137ef426f Mon Sep 17 00:00:00 2001 From: Jordan Last Date: Mon, 15 Jul 2024 18:16:29 -0500 Subject: [PATCH] attempt to fix property tests issue --- .npmignore | 1 + src/compiler/utils/global_paths.ts | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 6ca898c6d7..5c5e6db317 100644 --- a/.npmignore +++ b/.npmignore @@ -7,6 +7,7 @@ !dfx_extension/** !experimental/** !http_client/** +!property_tests/test/** !scripts/** !src/** !test/** diff --git a/src/compiler/utils/global_paths.ts b/src/compiler/utils/global_paths.ts index 2e2ca747e8..0d18f594d0 100644 --- a/src/compiler/utils/global_paths.ts +++ b/src/compiler/utils/global_paths.ts @@ -1,6 +1,5 @@ import { homedir } from 'os'; -import { join, resolve } from 'path'; -import { dirname } from 'path'; +import { dirname, join, resolve } from 'path'; import { fileURLToPath } from 'url'; export const GLOBAL_AZLE_CONFIG_DIR = resolve(