Skip to content

Commit

Permalink
chore: fix failing test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed May 9, 2024
1 parent 1d1fc66 commit 29e0f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dev": "LADLE=true ladle dev",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx",
"test": "vitest",
"test": "NODE_ENV=development vitest",
"semantic-release": "semantic-release",
"image-upload-backend": "node ./src/examples/file-backend.js"
},
Expand Down

0 comments on commit 29e0f54

Please sign in to comment.