mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-14 04:19:09 +00:00
Update package.json
This commit is contained in:
parent
87e71a3e13
commit
e5e04ad173
@ -8,7 +8,7 @@
|
||||
},
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"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",
|
||||
"build": "rimraf build && run-s build:*",
|
||||
"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