Skip to content

Commit

Permalink
feat(odyssey-storybook): add build to prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewberg-okta committed Feb 10, 2022
1 parent 61df89b commit 0ebf5a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/odyssey-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"start": "start-storybook --quiet --port 6006",
"build": "build-storybook --quiet --output-dir dist",
"typecheck": "tsc",
"prepublishOnly": "yarn run build",
"prepack": "node ./scripts/prepack.js"
}
}

0 comments on commit 0ebf5a6

Please sign in to comment.