npm: add build script

This commit is contained in:
Trimutex 2024-09-17 02:51:23 -05:00
parent 4f41b247ba
commit c317e7ab08

View File

@ -4,6 +4,7 @@
"description": "My personal website",
"main": "index.html",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {