Skip to content

Commit

Permalink
fix: remove telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanco committed Jul 21, 2022
1 parent 5461e07 commit 14644b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
}
},
"scripts": {
"preinstall": "yarn config set enableTelemetry 0;",
"prepare": "if [ -z \"$SKIP_HUSKY\" ]; then husky install ; fi",
"build": "rm -fr build/* && tsc -p tsconfig.json && rollup -c",
"test": "vitest --config ./vitest.config.ts --run",
Expand Down

0 comments on commit 14644b7

Please sign in to comment.