diff --git a/netlify.toml b/netlify.toml index b55a522..ece8ac8 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "dist/" - command = "npm run generate --quiet" + command = "npm run generate --quiet && npm test" # functions = "functions/"