Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
feat(build): compile Reason automatically before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Eryk Napierala committed Mar 16, 2019
1 parent 96384c6 commit 68513ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.6.1",
"description": "Bucklescript bindings for Enzyme",
"scripts": {
"pretest": "npm run build",
"test": "jest",
"jest": "jest --watch",
"build": "bsb -make-world",
Expand Down

0 comments on commit 68513ef

Please sign in to comment.