Skip to content

Commit

Permalink
Package scripts update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Aug 31, 2018
1 parent 4ac8ef8 commit 903aa69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"start": "start-storybook -p 9001 -c .storybook",
"bootstrap": "lerna bootstrap --hoist",
"test": "lerna run test --stream",
"build": "lerna run build --parallel --since master",
"build": "lerna run build --parallel --since origin/master",
"build:all": "lerna run build --parallel",
"precommit": "pretty-quick --staged",
"release": "yarn test && yarn build:all && lerna publish"
"release": "lerna run test --since origin/master && yarn build && lerna publish --since origin/master"
},
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 903aa69

Please sign in to comment.