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 - - - - -