1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

change start to serve

This commit is contained in:
grafixeyehero 2019-10-02 16:40:46 +03:00
parent 2572de460b
commit 0e752f0e45

View file

@ -25,7 +25,7 @@
"libjass": "^0.11.0" "libjass": "^0.11.0"
}, },
"scripts": { "scripts": {
"start": "webpack-dev-server --config webpack.dev.js --open", "serve": "webpack-dev-server --config webpack.dev.js --open",
"build": "webpack --config webpack.prod.js", "build": "webpack --config webpack.prod.js",
"lint": "eslint \"src\"" "lint": "eslint \"src\""
} }