Skip to content

Commit

Permalink
Merge pull request #68 from gthomas-appfolio/addPrepublish
Browse files Browse the repository at this point in the history
Remove Dist and add prepublish script
  • Loading branch information
Aaron Panchal authored Nov 30, 2016
2 parents 087b6f5 + 3d2e1f6 commit 149b758
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ coverage
docs
Icon?
node_modules
dist
11 changes: 0 additions & 11 deletions dist/bundle.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"lint": "eslint src; exit 0",
"start": "start-storybook -p 6006",
"test": "nyc --reporter text --reporter lcov mocha --recursive --timeout 10000 --compilers js:babel-register --require ignore-styles",
"prepublish": "npm run dist",
"build-storybook": "build-storybook"
},
"dependencies": {
Expand Down Expand Up @@ -59,9 +60,7 @@
"nyc": "~6.6.1",
"postcss": "~5.2.0",
"postcss-loader": "~0.13.0",
"react-addons-css-transition-group": "^15.3.2",
"react-addons-test-utils": "^15.4.0",
"react-addons-transition-group": "^15.3.2",
"react-fontawesome": "^1.4.0",
"react-select": "^1.0.0-rc.2",
"sass-loader": "~4.0.0",
Expand Down

0 comments on commit 149b758

Please sign in to comment.