File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ npm install
136136npm run build
137137
138138export NODE_OPTIONS=--max-old-space-size=10000
139+ export ASTRO_TELEMETRY_DISABLED=1
139140
140141cd ../../../custom-developments/basic_bargraph
141142npm install
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ npm install
136136npm run build
137137
138138export NODE_OPTIONS=--max-old-space-size=10000
139+ export ASTRO_TELEMETRY_DISABLED=1
139140
140141cd ../../../custom-developments/basic_bargraph
141142npm install
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ rm -rf ~/json-scada/src/AdminUI/node_modules
148148# npm run build
149149
150150export NODE_OPTIONS=--max-old-space-size=10000
151+ export ASTRO_TELEMETRY_DISABLED=1
151152
152153cd ../custom-developments/basic_bargraph
153154npm install
Original file line number Diff line number Diff line change @@ -197,6 +197,7 @@ call %NPM% run build
197197call %NPM% prune --omit=dev
198198
199199set NODE_OPTIONS = --max-old-space-size=8000
200+ set ASTRO_TELEMETRY_DISABLED = 1
200201
201202cd %SRCPATH% \custom-developments\basic_bargraph
202203call %NPM% i --package-lock-only
You can’t perform that action at this time.
0 commit comments