Update scripts
This commit is contained in:
parent
6df3a5abee
commit
c23577082b
|
|
@ -1,12 +1,9 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "npm run development",
|
||||
"development": "mix",
|
||||
"watch": "mix watch",
|
||||
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
||||
"hot": "mix watch --hot",
|
||||
"production": "mix --production"
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"production": "vite build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/compat-data": "7.15.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue