mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
update scripts to run with yarn
This commit is contained in:
parent
d7ca2d7803
commit
85ae7baca6
@ -14,7 +14,7 @@
|
||||
"build:chrome": "cross-env NODE_ENV=production cross-env TARGET=chrome webpack --mode=production",
|
||||
"build:firefox": "cross-env NODE_ENV=production cross-env TARGET=firefox webpack --mode=production",
|
||||
"build:opera": "cross-env NODE_ENV=production cross-env TARGET=opera webpack --mode=production",
|
||||
"build": "npm run build:chrome && npm run build:firefox && npm run build:opera",
|
||||
"build": "yarn run build:chrome && yarn run build:firefox && yarn run build:opera",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user