We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac792b6 commit 814115dCopy full SHA for 814115d
package.json
@@ -5,7 +5,8 @@
5
"main": "autoload.js",
6
"type": "module",
7
"scripts": {
8
- "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",
9
+ "build-dev": "rollup -c rollup.config.js -f iife -o waifu-tips.js -w"
10
},
11
"repository": {
12
"type": "git",
0 commit comments