Skip to content

Commit

Permalink
ci(Now): Added Now config
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswlane committed May 11, 2019
1 parent acaf710 commit 0fa6273
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 2,
"name": "components",
"builds": [
{
"src": "package.json",
"use": "@now/static-build",
"config": {
"distDir": "storybook-static"
}
}
]
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"verify:audit": "npm audit fix",
"verify:tscheck": "types-checker",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
"build-storybook": "build-storybook",
"now-build": "build-storybook",
"now-dev": "start-storybook -p $PORT"
},
"devDependencies": {
"@babel/cli": "7.4.4",
Expand Down

1 comment on commit 0fa6273

@vercel
Copy link

@vercel vercel bot commented on 0fa6273 May 11, 2019

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.