fix node script

This commit is contained in:
mxmlndml
2023-08-28 19:36:23 +02:00
parent 869d0d4e97
commit 64de314ea5

View File

@@ -4,8 +4,9 @@
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"build": "rimraf ./dist && tsc", "start": "node .",
"start": "pnpm build && node ." "dev": "tsc -w",
"build": "rimraf ./dist && tsc"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",