Skip to content

Commit

Permalink
Build after bumping, and drop the publish script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Jul 2, 2019
1 parent 369d889 commit bad4c38
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 @@ -20,8 +20,7 @@
"test:compat": "yarn test:backwards && yarn test:forwards && yarn test:latest",
"ci": "yarn lint && yarn test:compat",
"build": "lerna run build",
"bump": "yarn workspaces run lerna version",
"publish": "yarn build && lerna publish from-package --contents pkg",
"bump": "yarn workspaces run lerna version && yarn build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o docs"
},
Expand Down

0 comments on commit bad4c38

Please # to comment.