Skip to content

Commit

Permalink
Remove unwanted files from build script and surpress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cbetta committed Feb 9, 2018
1 parent 51befa9 commit d3c92de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ src
.github
.babelrc
.eslintrc.js
tests
spec
docs
test.js
coverage
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"prebuild": "npm run lint:src & npm run docs",
"build": "babel -d lib src/ -s inline",
"build:watch": "watch 'npm run build' src",
"prepublish": "npm run build",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"pretest": "eslint spec",
"test": "jest spec --coverage --collectCoverageFrom=src/**/*.js",
"test:watch": "watch 'npm test' src spec",
Expand Down

0 comments on commit d3c92de

Please sign in to comment.