Update scripts

This commit is contained in:
Benjamin Beganović 2023-09-04 16:08:47 +02:00
parent 6df3a5abee
commit c23577082b

View File

@ -1,12 +1,9 @@
{ {
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "npm run development", "dev": "vite",
"development": "mix", "build": "vite build",
"watch": "mix watch", "production": "vite build"
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
}, },
"devDependencies": { "devDependencies": {
"@babel/compat-data": "7.15.0", "@babel/compat-data": "7.15.0",