From 5bac90d1a087217e2aa54ce4256c501aad4e72e1 Mon Sep 17 00:00:00 2001 From: juzeon <812312770@qq.com> Date: Sat, 24 Jul 2021 21:18:31 +0800 Subject: [PATCH] fix package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0dca08..5bf53c3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "build/index.js", + "start": "node build/index.js", "build": "tsc" }, "keywords": [],