Skip to content

Commit

Permalink
Remove tests from babel compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
fkhadra committed Aug 22, 2018
1 parent 84808d7 commit 85caa85
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 @@ -29,7 +29,7 @@
"prettier-all": "prettier --single-quote --write 'src/**/*.js'",
"prebuild": "npm run test",
"build": "npm run build:es && npm run build:umd && npm run style",
"build:es": "npm run clean:es && cross-env NODE_ENV=production babel --ignore=__tests__ src -d lib",
"build:es": "npm run clean:es && cross-env NODE_ENV=production babel --ignore=src/__tests__ src -d lib",
"build:umd": "npm run clean:umd && cross-env NODE_ENV=production webpack",
"clean:es": "rimraf lib/*",
"clean:umd": "rimraf dist/*",
Expand Down

0 comments on commit 85caa85

Please sign in to comment.