Skip to content

Commit

Permalink
semi-automate deployment of style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed May 31, 2018
1 parent a32a650 commit 022c7b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"build:only": "lerna run build --scope",
"build:watch": "lerna run build:watch --parallel --ignore @nteract/play --ignore @nteract/showcase --ignore nteract",
"build:watch:only": "lerna run build:watch --stream --scope",
"build:style-guide": "styleguidist build",
"predeploy:style-guide": "npm run build:style-guide",
"deploy:style-guide": "now ./styleguide",
"test": "jest",
"test:unit": "npm run test",
"test:coverage": "npm run test -- --coverage",
Expand Down
2 changes: 1 addition & 1 deletion styleguide/now.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "nteract-components",
"alias": "components"
"alias": "components.nteract.io"
}

0 comments on commit 022c7b2

Please sign in to comment.