Skip to content

Commit

Permalink
revert change in package script
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 30, 2021
1 parent 4c258a2 commit a45e868
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 @@ -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)",
Expand Down

0 comments on commit a45e868

Please sign in to comment.