Skip to content

Commit

Permalink
because we are running on a CI for serve to work properly we need to …
Browse files Browse the repository at this point in the history
…build an application before we start storybook
  • Loading branch information
gabrielcsapo committed Oct 29, 2018
1 parent c4ee80b commit 2b80eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
name: Run ember-cli (smoke test)
command: |
cd examples/ember-cli
yarn storybook --smoke-test
yarn storybook:ci --smoke-test
- run:
name: Run polymer-cli (smoke test)
command: |
Expand Down
1 change: 1 addition & 0 deletions examples/ember-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"build": "ember build",
"build-storybook": "yarn build && cp -r public/* dist && build-storybook -s dist",
"dev": "ember serve",
"storybook:ci": "yarn build && yarn storybook",
"storybook": "start-storybook -p 9009 -s dist, public"
},
"devDependencies": {
Expand Down

0 comments on commit 2b80eb2

Please sign in to comment.