Skip to content

Commit

Permalink
Prevent tests from being compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Sep 2, 2017
1 parent d96449f commit be002f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "build/entry.js",
"es6": "src/entry.js",
"scripts": {
"build": "babel src -d build",
"build": "babel src -d build --ignore **/__tests__",
"prepublishOnly": "npm run build",
"test": "npm run test-eslint && npm run test-jest",
"test-eslint": "eslint ./src",
Expand Down

0 comments on commit be002f5

Please sign in to comment.