diff --git a/package.json b/package.json index d3ce24b..0f209ad 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,9 @@ "files": [ "bin/" ], + "scripts": { + "test": "make test" + }, "bin": { "elm-verify-examples": "bin/cli.js" },