chore(eth-pm): use different port for local webserver
This commit is contained in:
parent
cbab4aa471
commit
391cf98b5c
|
@ -21,7 +21,7 @@
|
||||||
"uint8arrays": "^3.1.0"
|
"uint8arrays": "^3.1.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "GENERATE_SOURCEMAP=false PORT=3001 craco start",
|
"start": "GENERATE_SOURCEMAP=false PORT=3004 craco start",
|
||||||
"build": "GENERATE_SOURCEMAP=false craco build",
|
"build": "GENERATE_SOURCEMAP=false craco build",
|
||||||
"fix": "run-s fix:*",
|
"fix": "run-s fix:*",
|
||||||
"test": "run-s build test:*",
|
"test": "run-s build test:*",
|
||||||
|
|
Loading…
Reference in New Issue