Skip to content

Commit

Permalink
Rename prepublish script to prepublish-lib as it works incorrectl…
Browse files Browse the repository at this point in the history
…y with Yarn.

See yarnpkg/yarn#3209
  • Loading branch information
molefrog committed Nov 29, 2017
1 parent f198f36 commit 0af0ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "jest",
"test-watch": "jest --watch",
"build": "babel src --out-dir lib",
"prepublish": "rm -rf lib && babel src --out-dir lib"
"prepublish-lib": "rm -rf lib && babel src --out-dir lib"
},
"standard": {
"globals": ["jest", "test", "expect", "it", "describe"]
Expand Down

0 comments on commit 0af0ee4

Please sign in to comment.