chore: add test script
This commit is contained in:
@@ -9,7 +9,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint 'src/**/*.{js,mjs}'",
|
"lint": "eslint 'src/**/*.{js,mjs}'",
|
||||||
"version": "npm-auto-version",
|
"version": "npm-auto-version",
|
||||||
"start": "node ."
|
"start": "node .",
|
||||||
|
"test": "npm run lint"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user