update script

This commit is contained in:
Sean Yesmunt 2020-02-27 13:28:44 -05:00
parent ee87028f55
commit 21de13a3c2
2 changed files with 2 additions and 5 deletions

View file

@ -21,7 +21,7 @@
"main": "./dist/electron/main.js",
"scripts": {
"compile:electron": "node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --config webpack.electron.config.js",
"compile:web": "cd ./lbrytv && webpack --config webpack.config.js",
"compile:web": "cd ./lbrytv && node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js --config webpack.config.js",
"compile": "cross-env NODE_ENV=production yarn compile:electron && cross-env NODE_ENV=production yarn compile:web",
"dev": "yarn dev:electron",
"dev:electron": "cross-env NODE_ENV=development node ./electron/devServer.js",

View file

@ -33,14 +33,11 @@
&:hover {
background-color: var(--color-white);
color: var(--color-white);
color: var(--color-nag);
}
}
.nag__button--helpful {
// color: var(--color-primary);
// border-color: var(--color-primary);
&:hover {
background-color: var(--color-secondary-alt);
color: var(--color-secondary);