Add build step

This commit is contained in:
David Payr
2024-09-02 01:06:35 +03:00
parent d2de87194c
commit 2ff6a979e8
7 changed files with 80 additions and 1 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
"description": "TODO",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "node build.mjs",
"watch": "node build.mjs --watch"
},
"author": "",
"license": "MIT",