From 879d55558bf78fddbc356f16500ace69749d3b22 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 16 Sep 2021 09:24:36 +0800 Subject: [PATCH] chore: update scripts feild in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2625e44..0c458ec 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "scripts": { "prepack": "npm run build", "start": "node lib/index.js", - "watch": "tsbb watch --no-esm --disable-babel", - "build": "tsbb build --no-esm --disable-babel", + "watch": "tsbb watch --disable-babel", + "build": "tsbb build --disable-babel", "test": "tsbb test", "coverage": "tsbb test --coverage" },