Skip to content

Commit

Permalink
Merge pull request #402 from Emurgo/remove-dev-mainnet
Browse files Browse the repository at this point in the history
Remove dev:mainnet script
  • Loading branch information
SebastienGllmt authored Apr 12, 2019
2 parents 70370ac + b7f76c6 commit 1a542af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "1.4.0",
"description": "Cardano ADA wallet",
"scripts": {
"start": "node scripts/start",
"dev": "npm run start -- --env 'development'",
"dev:mainnet": "npm run start -- --env 'mainnet'",
"dev": "node scripts/start --env 'development'",
"build": "node scripts/build",
"compress": "node scripts/compress",
"compress-e2e-tests": "npm run compress -- --env 'test' --app-id 'yoroi' --codebase 'https://yoroiwallet.com/dw/yoroi-test-extension.crx' --key ./e2etest-key.pem",
Expand Down

0 comments on commit 1a542af

Please sign in to comment.