Update package.json

This commit is contained in:
Killer Boss Original 2023-06-08 17:23:01 +02:00 committed by GitHub
parent 40a7b78ef5
commit e19bd3dfc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@
"typescript": "^5.1.3"
},
"scripts": {
"test": "tsc && node ."
"test": "tsc && node .",
"build": "tsc"
}
}