diff --git a/package.json b/package.json index 6c1b891..7972511 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "lint": "prettier './!(node_modules|_site)/!(dist)/**/*.{js,json,yml,yaml,md}'", "prebuild": "concurrently 'yarn:build:webpack:*' 'yarn:build:rollup:*'", "build": "yarn build:jekyll", - "test": "concurrently 'yarn:lint -c' 'jest ./tests'" + "test": "concurrently 'yarn:lint -c' 'yarn jest --testPathIgnorePatterns _site'" }, "dependencies": { "lodash-es": "^4.17.15"