1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 10:48:22 +00:00

Auto install packages before every dev compilation

This commit is contained in:
Vladimir Volek 2019-01-05 01:01:18 +01:00
parent 4ac5af39b7
commit 84cc56b48b

View File

@ -8,8 +8,8 @@
},
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"dev": "npx webpack-dev-server --config webpack/dev.babel.js",
"dev:local": "npx webpack-dev-server --config webpack/local.babel.js",
"dev": "yarn && npx webpack-dev-server --config webpack/dev.babel.js",
"dev:local": "yarn && npx webpack-dev-server --config webpack/local.babel.js",
"build": "rimraf build && run-s build:*",
"build:stable": "rimraf build/stable && npx webpack --config webpack/production.babel.js --output-path build/stable --progress --bail",
"build:beta": "rimraf build/beta && cross-env BUILD=beta npx webpack --config webpack/production.babel.js --output-path build/beta --progress --bail",