Skip to content

Commit

Permalink
attempt to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Apr 22, 2024
1 parent e86d7ae commit 13ca0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ src/assets/expansions.json
.firebase
*-debug.log
.runtimeconfig.json
.nx
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 13ca0f8

Please sign in to comment.