We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7826d commit bf17fbcCopy full SHA for bf17fbc
package.json
@@ -25,7 +25,7 @@
25
"publish:local": "tsx scripts/publish_local.ts",
26
"publish:snapshot": "tsx scripts/publish_snapshot.ts",
27
"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",
+ "setup:local": "npm run set-script-shell && npm install && npm run build && npm link ./packages/cli ./packages/create-amplify && ampx configure telemetry disable",
29
"setup:test-project": "tsx scripts/setup_test_project.ts",
30
"start:npm-proxy": "tsx scripts/start_npm_proxy.ts",
31
"stop:npm-proxy": "tsx scripts/stop_npm_proxy.ts",
0 commit comments