Update package.json
This commit is contained in:
parent
40a7b78ef5
commit
e19bd3dfc9
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
"typescript": "^5.1.3"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tsc && node ."
|
||||
"test": "tsc && node .",
|
||||
"build": "tsc"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue