update npm scripts

This commit is contained in:
2023-07-26 22:58:18 +02:00
parent 70cc228bcb
commit 150638b592

View File

@@ -5,9 +5,8 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack", "build": "vite build",
"dev": "webpack serve", "dev": "vite",
"build-watch": "webpack -w -h"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",