Skip to content

Commit 9e161f2

Browse files
committed
Disable Astro telemetry.
1 parent 38a7f55 commit 9e161f2

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

platform-linux/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ npm install
136136
npm run build
137137

138138
export NODE_OPTIONS=--max-old-space-size=10000
139+
export ASTRO_TELEMETRY_DISABLED=1
139140

140141
cd ../../../custom-developments/basic_bargraph
141142
npm install

platform-mac/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ npm install
136136
npm run build
137137

138138
export NODE_OPTIONS=--max-old-space-size=10000
139+
export ASTRO_TELEMETRY_DISABLED=1
139140

140141
cd ../../../custom-developments/basic_bargraph
141142
npm install

platform-nix-idx/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ rm -rf ~/json-scada/src/AdminUI/node_modules
148148
#npm run build
149149

150150
export NODE_OPTIONS=--max-old-space-size=10000
151+
export ASTRO_TELEMETRY_DISABLED=1
151152

152153
cd ../custom-developments/basic_bargraph
153154
npm install

platform-windows/buildupd.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ call %NPM% run build
197197
call %NPM% prune --omit=dev
198198

199199
set NODE_OPTIONS=--max-old-space-size=8000
200+
set ASTRO_TELEMETRY_DISABLED=1
200201

201202
cd %SRCPATH%\custom-developments\basic_bargraph
202203
call %NPM% i --package-lock-only

0 commit comments

Comments
 (0)