From 814115d319e2432d98c056fa4ee0fefd26f0c7e4 Mon Sep 17 00:00:00 2001 From: Mimi <1119186082@qq.com> Date: Mon, 24 Oct 2022 13:20:29 +0800 Subject: [PATCH] Support build-dev --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e8a03ca..3310e7c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "autoload.js", "type": "module", "scripts": { - "build": "rollup -c rollup.config.js -f iife | terser -c -m > waifu-tips.js" + "build": "rollup -c rollup.config.js -f iife | terser -c -m > waifu-tips.js", + "build-dev": "rollup -c rollup.config.js -f iife -o waifu-tips.js -w" }, "repository": { "type": "git",