mirror of
https://github.com/trezor/trezor-wallet
synced 2025-07-31 19:08:40 +00:00
Update package.json
This commit is contained in:
parent
87e71a3e13
commit
e5e04ad173
@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"license": "SEE LICENSE IN LICENSE.md",
|
"license": "SEE LICENSE IN LICENSE.md",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "npx webpack-dev-server --config webpack/dev.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",
|
"dev:local": "yarn && npx webpack-dev-server --config webpack/local.babel.js",
|
||||||
"build": "rimraf build && run-s build:*",
|
"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:stable": "rimraf build/stable && npx webpack --config webpack/production.babel.js --output-path build/stable --progress --bail",
|
||||||
|
Loading…
Reference in New Issue
Block a user