chore: make no test as warning

This commit is contained in:
ayo 2026-04-03 02:06:39 +02:00
parent 51af77d61d
commit 516f2f2f8c

View file

@ -11,7 +11,7 @@
},
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"Warn: no test specified\"",
"dev": "vite",
"start": "vite",
"build": "vite build",