mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fix ganache:start
npm script (#10515)
This script was accidentally broken in #10499, which added the `.sh` file extension to all Bash scripts. I forgot to update the `ganache:start` script to use the new file extension.
This commit is contained in:
parent
465dcb5e91
commit
59058b2f73
@ -31,7 +31,7 @@
|
||||
"test:coverage": "nyc --silent --check-coverage yarn test:unit:strict && nyc --silent --no-clean yarn test:unit:lax && nyc report --reporter=text --reporter=html",
|
||||
"test:coverage:strict": "nyc --check-coverage yarn test:unit:strict",
|
||||
"test:coverage:path": "nyc --check-coverage yarn test:unit:path",
|
||||
"ganache:start": "./development/run-ganache",
|
||||
"ganache:start": "./development/run-ganache.sh",
|
||||
"sentry:publish": "node ./development/sentry-publish.js",
|
||||
"lint": "prettier --check ./**/*.json && eslint . --ext js && yarn lint:styles",
|
||||
"lint:fix": "prettier --write ./**/*.json && eslint . --ext js --fix",
|
||||
|
Loading…
Reference in New Issue
Block a user