Skip to content

Commit

Permalink
Merge pull request #35 from jaebradley/fix-build
Browse files Browse the repository at this point in the history
fix(package.json): Issue building downloaded npm package
  • Loading branch information
jaebradley authored Nov 13, 2017
2 parents b346edc + 79f4c31 commit c617120
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
src/
.DS_Store
.eslintcache
node_modules
npm-debug.log
.travis.yml
src/
examples/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ notifications:
scripts:
- npm run lint
- npm run compile
- npm run coverage
after_success:
- npm config set loglevel info
- npm run coverage
- npm run coveralls
- npm run semantic-release
branches:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"lint": "eslint src",
"test": "mocha --recursive --compilers js:babel-core/register",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"commit": "git-cz"
"commit": "git-cz",
"prepublish": "npm run compile"
},
"author": "Jae Bradley",
"license": "MIT",
Expand Down

0 comments on commit c617120

Please sign in to comment.