-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fork because of a required fix that hasn't been shipped yet.
- Loading branch information
Showing
5 changed files
with
362 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/package.json b/package.json | ||
index 85c863485b0c37df556132beddf7f6959e6b5961..c1bdec0cb02cbabda11a8917d37d3792134c81aa 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -21,6 +21,7 @@ | ||
"scripts": { | ||
"prebuild": "rimraf lib", | ||
"build": "babel --quiet --out-dir lib src", | ||
+ "prepack": "yarn run build", | ||
"postbuild": "npm run copy-metafiles", | ||
"copy-metafiles": "node --require babel-register ./scripts/copyMetafiles", | ||
"watch": "npm run tests-only -- -- --watch", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.