Skip to content

Commit

Permalink
Remove unused "babel" script and use "prepare" instead of "prepublish"
Browse files Browse the repository at this point in the history
fbshipit-source-id: 693c944
  • Loading branch information
ide authored and expo-bot committed Mar 31, 2020
1 parent 757ead4 commit 7a9bb25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
"src"
],
"scripts": {
"babel": "babel",
"build": "./build.sh",
"prepublish": "npm run build",
"prepare": "npm run build",
"test": "jest",
"tsc": "tsc",
"watch": "tsc --watch"
Expand Down

0 comments on commit 7a9bb25

Please sign in to comment.