mirror of
https://github.com/stevenjoezhang/live2d-widget.git
synced 2024-11-22 04:34:20 +08:00
Support build-dev
This commit is contained in:
parent
ac792b600d
commit
814115d319
@ -5,7 +5,8 @@
|
|||||||
"main": "autoload.js",
|
"main": "autoload.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user