Skip to content

Commit

Permalink
docs: add now
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Oct 2, 2019
1 parent 354a228 commit 0c8ed2d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": 2,
"name": "rc-tabs",
"builds": [
{
"src": "package.json",
"use": "@now/static-build",
"config": { "distDir": "build" }
}
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"test": "jest",
"updateSn": "jest --updateSnapshot",
"chrome-test": "rc-test run chrome-test",
"coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls"
"coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"now-build": "npm run build"
},
"jest": {
"setupFiles": [
Expand Down

1 comment on commit 0c8ed2d

@vercel
Copy link

@vercel vercel bot commented on 0c8ed2d Oct 2, 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.