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

Adjust commands and add Chrome 27 to browserslist

This commit is contained in:
MrTimscampi 2020-02-28 14:39:52 +01:00
parent 6c2ed00a61
commit c54eb7050f

View file

@ -80,6 +80,7 @@
"last 2 Safari versions", "last 2 Safari versions",
"last 2 iOS versions", "last 2 iOS versions",
"last 2 Edge versions", "last 2 Edge versions",
"Chrome 27",
"Chrome 38", "Chrome 38",
"Chrome 47", "Chrome 47",
"Chrome 53", "Chrome 53",
@ -88,10 +89,10 @@
"Firefox ESR" "Firefox ESR"
], ],
"scripts": { "scripts": {
"serve": "webpack-dev-server --config webpack.dev.js --open", "serve": "gulp serve",
"build": "webpack --config webpack.prod.js", "build": "gulp --production",
"build-dev": "gulp",
"lint": "eslint \"src\"", "lint": "eslint \"src\"",
"stylelint": "stylelint \"src/**/*.css\"", "stylelint": "stylelint \"src/**/*.css\"",
"prepare": "webpack --config webpack.prod.js"
} }
} }