Skip to content

Commit

Permalink
Don't transpile the test files.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Sep 27, 2020
1 parent f023d19 commit ad0d38f
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 @@ -7,7 +7,7 @@
"lib/**/*.js"
],
"scripts": {
"build": "babel src -d lib --ignore spec.js",
"build": "babel src -d lib --ignore **/*.spec.js",
"prepublish": "rm -rf lib && npm run build",
"lint": "standard",
"test": "standard && jest",
Expand Down

0 comments on commit ad0d38f

Please sign in to comment.