diff --git a/.gitignore b/.gitignore index 55374bd..413185f 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ src/assets/expansions.json .firebase *-debug.log .runtimeconfig.json +.nx diff --git a/package.json b/package.json index c662b41..f356cd5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build": "ng build --configuration production", "build:netlify": "npm run build", "fetch:cards": "ts-node scripts/fetch-cards", - "test": "npm run lint && npm run fetch:cards && npm run jest", + "test": "npm run lint && npm run jest", "jest": "jest", "jest:watch": "jest --watch", "lint": "ng lint"