Skip to content

Commit

Permalink
adding npmignore, updating files
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelo committed May 29, 2018
1 parent 0740d87 commit 71a1bd1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.DS_Store
.idea
.storybook
.gitignore
.config
.vscode
node_modules
src
static
.babelrc
.eslintrc
.firebaserc
.prettierignore
.travis.yml
yarn.lock
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"server:ctr": "node src/server/generateServerKey.js",
"build": "webpack --config config/webpack.config.js",
"test": "webpack --config config/webpack-test.config.js",
"storybook": "start-storybook -p 9001 -c .storybook"
"storybook": "start-storybook -p 9001 -c .storybook",
"prepublish": "rm -rf ./dist && npm run build"
}
}

0 comments on commit 71a1bd1

Please sign in to comment.