Skip to content

Commit bf17fbc

Browse files
authored
Disable telemetry locally when working in repo (#2462)
1 parent ec7826d commit bf17fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"publish:local": "tsx scripts/publish_local.ts",
2626
"publish:snapshot": "tsx scripts/publish_snapshot.ts",
2727
"set-script-shell": "npm config set script-shell bash --userconfig ./.npmrc",
28-
"setup:local": "npm run set-script-shell && npm install && npm run build && npm link ./packages/cli ./packages/create-amplify",
28+
"setup:local": "npm run set-script-shell && npm install && npm run build && npm link ./packages/cli ./packages/create-amplify && ampx configure telemetry disable",
2929
"setup:test-project": "tsx scripts/setup_test_project.ts",
3030
"start:npm-proxy": "tsx scripts/start_npm_proxy.ts",
3131
"stop:npm-proxy": "tsx scripts/stop_npm_proxy.ts",

0 commit comments

Comments
 (0)