-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c258a2
commit a45e868
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
"size:why": "size-limit --why packages/react-swipeable-views/lib/index.js", | ||
"watch": "lerna exec --concurrency 99 -- babel src --out-dir lib --watch", | ||
"build": "rm -rf packages/*/lib && cross-env NODE_ENV=production lerna exec -- babel --config-file ../../babel.config.js src --out-dir lib --ignore test.js", | ||
"release": "yarn build && yarn lerna exec yarn prepublish && lerna publish --force-publish *", | ||
"release": "yarn build && yarn lerna exec yarn prepublish && lerna publish", | ||
"postrelease": "yarn docs:deploy" | ||
}, | ||
"author": "Olivier Tassinari <[email protected]> (https://github.com/oliviertassinari)", | ||
|