From 92faf502d01bd9ce2ca73e016a8d82f8ece00c2b Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Wed, 1 Apr 2026 12:00:00 +0800 Subject: [PATCH] add bundle watch --- package.json | 3 ++- test/html/t.html | 16 ---------------- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 test/html/t.html diff --git a/package.json b/package.json index d393d42d..90915db7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "scripts": { "test": "TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.test.ts", "repl": "TS_NODE_CACHE=false TS_NODE_FILES=true ts-node test/repl.ts", - "bundle": "rollup --config" + "bundle": "rollup --config", + "bundle:watch": "rollup --config -w" }, "repository": { "type": "git", diff --git a/test/html/t.html b/test/html/t.html deleted file mode 100644 index 4f7af581..00000000 --- a/test/html/t.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - Document - - - - -