Skip to content

Commit

Permalink
fixing travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Prefinem committed Sep 23, 2018
1 parent b83dcec commit b83db0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
"prettify": "prettier --config ./.prettierrc.json --write \"src/**\"",
"pub": "./publish.sh",
"staged": "lint-staged",
"test": "yarn babel && jest --coverage"
"test": "yarn build && jest --coverage"
},
"version": "0.0.6"
}

0 comments on commit b83db0c

Please sign in to comment.