chore: make no test as warning
This commit is contained in:
parent
51af77d61d
commit
516f2f2f8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue