Skip to content

Commit

Permalink
fix: Build plugin before building example plugins (#7)
Browse files Browse the repository at this point in the history
fix: Build plugin before building example plugins
  • Loading branch information
amccloud authored Jan 29, 2020
2 parents 8696808 + 0b11cbc commit a2c5b31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
node_modules
dist
public
yarn-error.log
2 changes: 1 addition & 1 deletion .storybook/addons.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import "storybook-abstract-addon/register";
import "../register"; // Usually "storybook-abstract-addon/register";
import '@storybook/addon-storysource/register';
import "@storybook/addon-links/register";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"build": "babel src --out-dir dist --extensions '.ts,.tsx'",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"now-build": "build-storybook --output-dir ./public",
"now-build": "yarn build && build-storybook --output-dir ./public",
"now-dev": "start-storybook -p $PORT"
},
"dependencies": {
Expand Down

1 comment on commit a2c5b31

@vercel
Copy link

@vercel vercel bot commented on a2c5b31 Jan 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.