Skip to content

Commit eb67e0d

Browse files
committed
Fix path
1 parent a353b4b commit eb67e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/circle/script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ reports_dir="${root_dir}/reports"
8585
tools_dir="${root_dir}/tools"
8686

8787
# Define the directory for project tools which are Node.js packages:
88-
tools_pkgs_dir="${base_dir}/_tools"
88+
tools_pkgs_dir="${base_dir}/@stdlib/_tools"
8989

9090
# Define a heartbeat interval to periodically print messages in order to prevent Circle CI from prematurely ending a build due to long running commands:
9191
heartbeat_interval='30s'

0 commit comments

Comments
 (0)