Skip to content

Commit

Permalink
FIX linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 26, 2017
1 parent 12e0099 commit f4fc55c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ dist
build
coverage
node_modules
docs/public
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ build
packages/examples/automated-*
yarn.lock
/**/LICENSE
docs/public
2 changes: 1 addition & 1 deletion docs/.storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
{
test: /\.yml$/,
loader: 'json!yaml',
include: path.resolve(__dirname, '../')
include: path.resolve(__dirname, '../'),
},
{
test: /\.(jpg|png|gif|eot|svg|ttf|woff|woff2)$/,
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"main": "n/a",
"scripts": {
"build-storybook": "build-storybook",
"build": "gatsby build && cp static/* .travis.yml ./dist",
"deploy:manual": "gh-pages -t -r [email protected]:storybooks/storybook.git -d dist -o origin -b gh-pages-test",
"deploy:ci": "gh-pages -t -r https://${GH_TOKEN}@github.com/storybooks/storybook.git -d dist -o origin -b gh-pages-test",
"build": "gatsby build && cp static/* .travis.yml ./public",
"deploy:manual": "gh-pages -t -r [email protected]:storybooks/storybook.git -d public -o origin -b gh-pages-test",
"deploy:ci": "gh-pages -t -r https://${GH_TOKEN}@github.com/storybooks/storybook.git -d public -o origin -b gh-pages-test",
"dev": "gatsby develop",
"storybook": "start-storybook -p 9009 -s pages"
}
Expand Down

0 comments on commit f4fc55c

Please sign in to comment.