build system (saki) done

This commit is contained in:
jetstream0
2023-07-30 23:23:20 -07:00
parent 003f4eec72
commit 17baac0640
8 changed files with 155 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
"description": "blog",
"main": "index.js",
"scripts": {
"build": "tsc -p . && node saki.js",
"build": "tsc -p . && node index.js",
"test": "tsc -p . && node tests.js"
},
"repository": {