Skip to content

Commit

Permalink
attempt to fix property tests issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Jul 15, 2024
1 parent 6672217 commit cac0b85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
!dfx_extension/**
!experimental/**
!http_client/**
!property_tests/test/**
!scripts/**
!src/**
!test/**
Expand Down
3 changes: 1 addition & 2 deletions src/compiler/utils/global_paths.ts
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit cac0b85

Please sign in to comment.