Skip to content

Commit

Permalink
Empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrundell committed Oct 2, 2024
1 parent 9131d7c commit 8de50f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"scripts": {
"build": "vite build",
"format": "prettier --write src/**/*.{js,jsx}"
"format": "prettier --write src/**/*.{js,jsx}",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"uuid": "^9.0.1"
Expand Down

0 comments on commit 8de50f8

Please sign in to comment.