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

Restore prepare script

This commit is contained in:
Bill Thornton 2019-10-03 11:07:11 -04:00
parent c407350d7a
commit 01f09eaa77

View file

@ -27,6 +27,7 @@
"scripts": { "scripts": {
"serve": "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\"",
"prepare": "webpack --config webpack.prod.js"
} }
} }