Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1181 from cloudflare/avery/dont-uninstall
Browse files Browse the repository at this point in the history
temp: dont uninstall to keep wrangler config around
  • Loading branch information
EverlastingBugstopper authored Mar 31, 2020
2 parents cb85b11 + fa71621 commit 4c66a41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Wrangle your Cloudflare Workers",
"main": "binary.js",
"scripts": {
"postinstall": "node ./install-wrangler.js",
"preuninstall": "node ./uninstall-wrangler.js"
"postinstall": "node ./install-wrangler.js"
},
"bin": {
"wrangler": "./run-wrangler.js"
Expand Down

0 comments on commit 4c66a41

Please sign in to comment.