Skip to content

Commit 814115d

Browse files
Support build-dev
1 parent ac792b6 commit 814115d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "autoload.js",
66
"type": "module",
77
"scripts": {
8-
"build": "rollup -c rollup.config.js -f iife | terser -c -m > waifu-tips.js"
8+
"build": "rollup -c rollup.config.js -f iife | terser -c -m > waifu-tips.js",
9+
"build-dev": "rollup -c rollup.config.js -f iife -o waifu-tips.js -w"
910
},
1011
"repository": {
1112
"type": "git",

0 commit comments

Comments
 (0)