Skip to content

Commit

Permalink
make test work again
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjt committed Feb 7, 2018
1 parent cc5e5d3 commit 736db95
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": "lib/index.js",
"module": "es/index.js",
"scripts": {
"test": "rm -rf coverage && jest --verbose --coverage src",
"test": "rm -rf coverage && BABEL_ENV=commonjs jest --verbose --coverage src",
"build:es": "rm -rf es && BABEL_ENV=es babel src --out-dir es --ignore __tests__",
"build:commonjs": "rm -rf lib && BABEL_ENV=commonjs babel src --out-dir lib --ignore __tests__",
"build": "npm run build:es && npm run build:commonjs"
Expand Down

0 comments on commit 736db95

Please sign in to comment.