Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
adds more ignore files and force to clean lib before compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Leunen committed Nov 12, 2015
1 parent 16843a4 commit 5f2278a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.*
coverage/
demo/
webpack.config.js
__tests__/
src/**/__tests__
karma.conf.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"test": "karma start --single-run",
"posttest": "npm run lint",
"lint": "eslint .",
"compile": "babel src --ignore __tests__ --out-dir lib",
"compile": "rm -rf lib && babel src --ignore __tests__ --out-dir lib",
"prepublish": "npm run compile",
"demo": "webpack-dev-server --content-base ."
}
Expand Down

0 comments on commit 5f2278a

Please sign in to comment.